1. 06 Jan, 2004 1 commit
  2. 30 Dec, 2003 2 commits
    • monty@mysql.com's avatar
      Merge · 2ea2d157
      monty@mysql.com authored
      2ea2d157
    • monty@mysql.com's avatar
      Some small portability fixes. · c1dd070b
      monty@mysql.com authored
      Added support for lower_case_table_names=2, which is to be used on case insensitive file systems.
      This tells MySQL to preserve the used case of filenames and database names to make it esier to move files between cases sensitive can case insensitive file systems (like Windows and Linux)
      c1dd070b
  3. 24 Dec, 2003 2 commits
  4. 23 Dec, 2003 2 commits
  5. 22 Dec, 2003 2 commits
  6. 21 Dec, 2003 1 commit
  7. 19 Dec, 2003 2 commits
  8. 18 Dec, 2003 5 commits
  9. 17 Dec, 2003 8 commits
  10. 16 Dec, 2003 11 commits
  11. 15 Dec, 2003 1 commit
  12. 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