1. 28 Mar, 2006 11 commits
  2. 27 Mar, 2006 20 commits
  3. 24 Mar, 2006 9 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 06327392
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      06327392
    • unknown's avatar
      Fixed bug #17164. · 2286b3a6
      unknown authored
      If the WHERE condition of a query contained an ORed FALSE term
      then the set of tables whose rows cannot serve for null complements
      in outer joins was determined incorrectly. It resulted in blocking 
      possible conversions of outer joins into joins for such queries.
      
      
      mysql-test/r/join_outer.result:
        Added a test case for bug #17164.
      mysql-test/t/join_outer.test:
        Added a test case for bug #17164.
      2286b3a6
    • unknown's avatar
      Follow-up for the fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional · 025563c8
      unknown authored
      tables corrupt triggers".
      
      It turned out that we also have relied at certain places that
      (new_table != table_name) were always true on Windows and for transactional
      tables. Since our fix for the bug brakes this assumption we have to add new
      flag to pass this information around.
      This code needs to be refactored but I dare not to do this in 5.0.
      
      
      sql/sql_table.cc:
        mysql_alter_table():
          Follow-up for the fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on
          transactional tables corrupt triggers". It turned out that we also have
          relied at certain places that (new_table != table_name) were always true
          on Windows and for transactional tables. Since our fix for the bug brakes
          this assumption we have to add new flag to pass this information around.
          This code needs to be refactored but I dare not to do this in 5.0.
      025563c8
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 19cb528d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
      
      19cb528d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d4725b0d
      unknown authored
      into  mysql.com:/home/dlenev/mysql-5.0-bg18153
      
      d4725b0d
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 8966240b
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
      
      
      mysql-test/lib/mtr_timer.pl:
        Auto merged
      ndb/src/ndbapi/NdbTransaction.cpp:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      8966240b
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · f444a685
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      f444a685
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · abab0c36
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
      
      abab0c36
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · fd6b0c57
      unknown authored
      into  mysql.com:/home/dlenev/mysql-5.0-bg18153
      
      fd6b0c57