1. 12 Jul, 2004 3 commits
  2. 10 Jul, 2004 2 commits
  3. 09 Jul, 2004 1 commit
  4. 08 Jul, 2004 7 commits
  5. 07 Jul, 2004 3 commits
  6. 05 Jul, 2004 2 commits
    • guilhem@mysql.com's avatar
      my_lib.c: · 2d5fbe0a
      guilhem@mysql.com authored
        more accurate comment
      2d5fbe0a
    • guilhem@mysql.com's avatar
      Windows-specific: · 912eb811
      guilhem@mysql.com authored
      Fix for BUG#4375 "Windows specific directories are copied during
      replication": in the Windows version of my_dir(), do not show hidden
      or system files which Windows sometimes creates in the root directory
      of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so
      this problem showed up only when the datadir was the root dir of a
      drive).
      This will make SHOW DATABASES display better, and will do no harm to
      MySQL. For example, DROP DATABASE will not miss some files, as MySQL
      creates no hidden or system files.
      912eb811
  7. 02 Jul, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fixing a bug in mysqltest.c: · 83dbc6b0
      guilhem@mysql.com authored
      if a command has a comment at the end of line, like:
      error 2002 ; # this is error 2002
      then the parsing of comment should not make mysqltest
      forget about the value of expected error.
      Reason it forgot it (so the next query caused the test to fail)
      is that internally the above line is 2 queries.
      83dbc6b0
  8. 01 Jul, 2004 1 commit
  9. 30 Jun, 2004 2 commits
  10. 29 Jun, 2004 1 commit
  11. 28 Jun, 2004 1 commit
  12. 27 Jun, 2004 2 commits
  13. 25 Jun, 2004 7 commits
  14. 24 Jun, 2004 7 commits