1. 30 Aug, 2004 4 commits
    • timour@mysql.com's avatar
      Fix for Bug#3759 · 4d070fd9
      timour@mysql.com authored
      The cause of the bug is that Item_func_in::fix_fields did not fully update its
      used_table_cache. This was the cause for not_null_tables in setup_conds() to be
      still 0 after the call
        not_null_tables= (*conds)->not_null_tables();
      As a result the condition in setup_conds()
        if ( ... (table->table->map & not_null_tables) ...)
      failed, which was the cause for the ON expression not to be added to conds, and later
      the optimizer couldn't detect that it could apply the OUTER JOIN ==> JOIN optimization.
      4d070fd9
    • serg@serg.mylan's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 079678be
      serg@serg.mylan authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      079678be
    • serg@serg.mylan's avatar
      typo fixed · 38d9ce96
      serg@serg.mylan authored
      38d9ce96
    • lenz@mysql.com's avatar
      - removed mysql-test/t/flush_block_commit-master.opt as it collided · 9632f7d9
      lenz@mysql.com authored
         with the sleep value we use for the test suite run during the
         release builds
      9632f7d9
  2. 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
  3. 28 Aug, 2004 1 commit
  4. 27 Aug, 2004 4 commits
  5. 26 Aug, 2004 11 commits
  6. 25 Aug, 2004 6 commits
  7. 24 Aug, 2004 6 commits
  8. 23 Aug, 2004 5 commits