1. 03 Sep, 2004 2 commits
    • igor@rurik.mysql.com's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · 5625988c
      igor@rurik.mysql.com authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      5625988c
    • igor@rurik.mysql.com's avatar
      select.result, select.test: · f888026f
      igor@rurik.mysql.com authored
        Added a test case for bug #5333.
      null_key.result, key_primary.result:
        Made covering index usable for const tables.
      sql_select.cc:
        Made covering index usable for const tables:
        downported the corresponding code from 4.1.
        Simultaneously fixed bug #5333 reported for 4.1.
        The bug was due to the fact that field index in join
        structures was always set to 0 for const tables.
      f888026f
  2. 02 Sep, 2004 3 commits
  3. 01 Sep, 2004 9 commits
  4. 31 Aug, 2004 2 commits
  5. 30 Aug, 2004 4 commits
  6. 29 Aug, 2004 3 commits
    • rburnett@build.mysql.com's avatar
      log.cc: · 547b46b7
      rburnett@build.mysql.com authored
        Fixed missing * in comment in setup_windows_event_source
      547b46b7
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 0485e5d3
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      0485e5d3
    • guilhem@mysql.com's avatar
      Fix for BUG#4500 "set character set replicates incorrectly" · 93101561
      guilhem@mysql.com authored
      We must not reset the charset in slave after each statement, otherwise the SET CHARACTER SET is cancelled immediately.
      Instead, we write a SET CHARACTER SET DEFAULT to the master's binlog when needed (like we already do for SET FOREIGN_KEY_CHECKS);
      such writing is not necessary in 4.1 (in 4.1 the bug does not exist, as the SET ONE_SHOT syntax is used).
      I have written a test and it works, but I'm not pushing the test as it requires building with all charsets.
      I have noticed differences between what is inserted in the master's table in 4.0 and 4.1, and alerted Bar.
      93101561
  7. 28 Aug, 2004 1 commit
  8. 27 Aug, 2004 5 commits
  9. 26 Aug, 2004 11 commits