1. 19 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fixes after merge with 4.0 · 031390a9
      monty@mysql.com authored
      Cleaned up embedded library access and query cache handling
      Changed min stack size to 128K (to allow longer MyISAM keys)
      Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
      031390a9
  2. 17 Dec, 2003 1 commit
  3. 16 Dec, 2003 9 commits
  4. 15 Dec, 2003 6 commits
  5. 14 Dec, 2003 3 commits
    • monty@mysql.com's avatar
      Portablity fix · 217226f9
      monty@mysql.com authored
      217226f9
    • monty@mysql.com's avatar
      Fixed bug in last push found by valgrind · 427ce41c
      monty@mysql.com authored
      427ce41c
    • monty@mysql.com's avatar
      Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) · d47deebb
      monty@mysql.com authored
      Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
      Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
      One can now configure MySQL as windows service as a normal user. (Bug #1802)
      Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
      IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
      Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
      Safety fix for service 'mysql start' (Bug #1815)
      d47deebb
  6. 13 Dec, 2003 19 commits
  7. 12 Dec, 2003 1 commit