1. 27 Mar, 2006 1 commit
  2. 26 Mar, 2006 2 commits
  3. 25 Mar, 2006 7 commits
  4. 24 Mar, 2006 30 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.1 · 30c5d30c
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      30c5d30c
    • unknown's avatar
      Merge mysql.com:/home/dlenev/mysql-5.0-bg18153 · 114ed246
      unknown authored
      into  mysql.com:/home/dlenev/mysql-5.1-merges
      
      
      sql/sql_table.cc:
        Manual merge.
      114ed246
    • unknown's avatar
      manual merge · 66e2ae3e
      unknown authored
      
      mysql-test/r/events.result:
        Auto merged
      mysql-test/t/events_bugs.test:
        Auto merged
      scripts/mysql_fix_privilege_tables.sql:
        Auto merged
      66e2ae3e
    • unknown's avatar
      changed version number · cdb12695
      unknown authored
      cdb12695
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · bbe94823
      unknown authored
      into  mysql.com:/home/dlenev/mysql-5.1-merges
      
      
      sql/sql_table.cc:
        Auto merged
      bbe94823
    • unknown's avatar
      Redisabled partition_03ndb, hangs · 61a1726e
      unknown authored
      61a1726e
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · ac03e8e7
      unknown authored
      into  c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      ac03e8e7
    • unknown's avatar
      BUG#16806: ALTER TABLE with new field in before position fails · fb1d0319
      unknown authored
      Review fixes
      
      
      sql/sql_partition.cc:
        Review fixes
      sql/sql_table.cc:
        Review fixes
      fb1d0319
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0ab09307
      unknown authored
      into  c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      0ab09307
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 · 16fc37c5
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      mysql-test/r/join_outer.result:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      16fc37c5
    • 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 mysql.com:/home/dlenev/mysql-5.0-bg18153 · fa2f9314
      unknown authored
      into  mysql.com:/home/dlenev/mysql-5.1-merges
      
      
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      sql/sql_trigger.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Manual merge.
      sql/sql_table.cc:
        Manual merge.
      fa2f9314
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 5610b451
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      5610b451
    • unknown's avatar
      fix for bug#16415 Events names are case sensitive · 0e6535b4
      unknown authored
      
      mysql-test/lib/init_db.sql:
        make name not binary, then event names won't be case sensitive
      mysql-test/r/events.result:
        output fix
      mysql-test/r/events_bugs.result:
        update result
      mysql-test/t/events_bugs.test:
        test case for bug #16415 events' names are case sensitive
      scripts/mysql_create_system_tables.sh:
        make name not binary, then event names won't be case sensitive
      scripts/mysql_fix_privilege_tables.sql:
        make name not binary, then event names won't be case sensitive
      0e6535b4
    • unknown's avatar
      disabled test referring to bug · 90261014
      unknown authored
      90261014
    • unknown's avatar
      Commented out lines in disabled.def that have bug numbers that are closed · d4ab7d16
      unknown authored
      
      mysql-test/t/disabled.def:
        Commented out tests in disabled.def that have bug numbers that are closed
      d4ab7d16
    • 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 bk-internal:/home/bk/mysql-5.0 · f444a685
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      f444a685
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · 6fab156e
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      6fab156e
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 8646d79d
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      8646d79d
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e9e20259
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      
      storage/ndb/src/ndbapi/NdbTransaction.cpp:
        Auto merged
      e9e20259
    • 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
    • unknown's avatar
      Enabled test rpl_ndb_insert_ignore · e6cb397d
      unknown authored
      e6cb397d
    • unknown's avatar
      Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt · 2ccaf115
      unknown authored
      triggers".
      
      Applying ALTER/OPTIMIZE/REPAIR TABLE statements to transactional table or to
      table of any type on Windows caused disappearance of its triggers.
      Bug was introduced in 5.0.19 by my fix for bug #13525 "Rename table does not
      keep info of triggers" (see comment for sql_table.cc for more info).
      .
      
      
      mysql-test/r/trigger.result:
        Added test-case covering handling of triggers when one does ALTER TABLE which
        should move table to different database.
      mysql-test/t/trigger.test:
        Added test-case covering handling of triggers when one does ALTER TABLE which
        should move table to different database.
      sql/sql_table.cc:
        mysql_alter_table():
          Removal of strdup() which is no longer necessary allows us to preserve
          nice assumption that "(new_db != db || new_table != table_name) indicates
          that table will be renamed. So now we really can use this condition to
          avoid updating trigger definitions when table is not renamed.
          Note that we can't use (alter_info->flags & ALTER_RENAME) condition instead
          since it can be also true when we do "ALTER TABLE t1 RENAME TO t1".
      sql/sql_trigger.cc:
        Table_triggers_list::change_table_name():
          Mentioned assumption that subject table is not renamed to itself in method
          description. Added DBUG_ASSERT() to catch wrong usage of this method.
      mysql-test/r/trigger-trans.result:
        New BitKeeper file ``mysql-test/r/trigger-trans.result''
      mysql-test/t/trigger-trans.test:
        New BitKeeper file ``mysql-test/t/trigger-trans.test''
      2ccaf115
    • unknown's avatar
      ndb autotest · 47893e23
      unknown authored
        fix \ in makefile (merge error)
      
      
      storage/ndb/test/run-test/Makefile.am:
        fix makefile
      47893e23
    • unknown's avatar
      Merge 192.168.0.100:mysql/mysql-5.0 · 3fb7f09e
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      client/mysqltest.c:
        Auto merged
      include/config-win.h:
        Auto merged
      include/m_ctype.h:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      strings/ctype-bin.c:
        Auto merged
      strings/ctype-euc_kr.c:
        Auto merged
      strings/ctype-gb2312.c:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      3fb7f09e
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2e9d8c24
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
      
      2e9d8c24
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 116565ca
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.1
      
      116565ca
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0ac559fb
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      0ac559fb