1. 26 Jul, 2004 1 commit
  2. 23 Jul, 2004 4 commits
  3. 22 Jul, 2004 1 commit
  4. 21 Jul, 2004 2 commits
  5. 20 Jul, 2004 1 commit
  6. 19 Jul, 2004 2 commits
  7. 18 Jul, 2004 1 commit
  8. 17 Jul, 2004 2 commits
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 37bf41a7
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      37bf41a7
    • guilhem@mysql.com's avatar
      Fixes for · 88e00cd9
      guilhem@mysql.com authored
      BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines",
      BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file.
      It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form
      which does not display the "# at" lines.
      88e00cd9
  9. 15 Jul, 2004 2 commits
  10. 13 Jul, 2004 5 commits
  11. 12 Jul, 2004 4 commits
  12. 10 Jul, 2004 2 commits
  13. 09 Jul, 2004 1 commit
  14. 08 Jul, 2004 7 commits
  15. 07 Jul, 2004 3 commits
  16. 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