1. 27 Jun, 2006 1 commit
    • unknown's avatar
      Fix for bug #18014: data loss caused by altering decimal fields. · cc1b32ad
      unknown authored
      
      mysql-test/r/type_newdecimal.result:
        Fix for bug #18014: data loss caused by altering decimal fields.
          - test result
      mysql-test/t/type_newdecimal.test:
        Fix for bug #18014: data loss caused by altering decimal fields.
          - test case
      sql/field.cc:
        Fix for bug #18014: data loss caused by altering decimal fields.
          - Field_new_decimal::is_equal() introduced for proper comparisons of the decimal field definitions.
      sql/field.h:
        Fix for bug #18014: data loss caused by altering decimal fields.
          - Field_new_decimal::is_equal() introduced for proper comparisons of the decimal field definitions.
      cc1b32ad
  2. 16 Jun, 2006 1 commit
  3. 15 Jun, 2006 9 commits
  4. 14 Jun, 2006 11 commits
  5. 13 Jun, 2006 6 commits
  6. 12 Jun, 2006 12 commits
    • unknown's avatar
      Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19122 · 66176817
      unknown authored
      into  c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19305
      
      
      mysql-test/r/partition_range.result:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      mysql-test/r/partition.result:
        manual merge
      mysql-test/t/partition.test:
        manual merge
      sql/sql_partition.cc:
        manual merge
      66176817
    • unknown's avatar
      Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1 · be2c2ad2
      unknown authored
      into  c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19122
      
      
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/t/partition.test:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      be2c2ad2
    • unknown's avatar
      BUG#19122: Need to close handlers before drop/rename phase · 7f1a78fc
      unknown authored
      Fixed comments
      
      
      sql/sql_partition.cc:
        Fixed comments
      7f1a78fc
    • unknown's avatar
      BUG#19122: Need to close all handlers before rename/drop phase in ALTER TABLE... · 71e1ca32
      unknown authored
      BUG#19122: Need to close all handlers before rename/drop phase in ALTER TABLE ADD/DROP/REORGANIZE partitions
      After review fix
      
      
      mysql-test/r/partition.result:
        Fixes for test
      mysql-test/t/partition.test:
        Fixes for test
      sql/lock.cc:
        After review fix
      sql/mysql_priv.h:
        After review fix
      sql/sql_partition.cc:
        After review fix
      71e1ca32
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1 · fa03e895
      unknown authored
      into  clam.ndb.mysql.com:/space/pekka/ndb/version/my51
      
      fa03e895
    • unknown's avatar
      Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19695 · 8ff779a5
      unknown authored
      into  c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19305
      
      
      sql/sql_partition.cc:
        Auto merged
      8ff779a5
    • unknown's avatar
      Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1 · 4032afb4
      unknown authored
      into  c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19695
      
      
      BitKeeper/deleted/.del-ndb_partition_key.result~68b9a59cff8c9840:
        Auto merged
      mysql-test/r/partition.result:
        manual merge
      mysql-test/r/partition_02myisam.result:
        manual merge
      mysql-test/t/partition.test:
        manual merge
      sql/sql_partition.cc:
        manual merge
      sql/sql_partition.h:
        manual merge
      sql/sql_show.cc:
        manual merge
      sql/sql_table.cc:
        manual merge
      4032afb4
    • unknown's avatar
      Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1 · cc67d824
      unknown authored
      into  c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19305
      
      
      sql/ha_partition.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      cc67d824
    • unknown's avatar
      ndb - bug#19872 fix (sufficient for replication) · f395e89e
      unknown authored
      
      storage/ndb/test/ndbapi/test_event.cpp:
        test applier under merge events
        also fix run in 5.1 (check for data event)
      storage/ndb/test/run-test/daily-devel-tests.txt:
        add: test_event -n MergeEventOperationApplier_NR
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        allow idempotency INSoINS or DELoDEL
        does NOT check data section 2 (before data)
      f395e89e
    • unknown's avatar
      Added order by · 53997be1
      unknown authored
      53997be1
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1 · abf86569
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      storage/ndb/src/ndbapi/ndberror.c:
        Auto merged
      abf86569
    • unknown's avatar
      sql_delete.cc: · fe1de8ad
      unknown authored
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: locked lock_OPEN mutex to support TRUNCATE with re-create and cluster binlog
      Many files:
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication
      ndb_lock.result, ha_ndbcluster.cc:
        Fix for Bug #18184  SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code
      NdbDictionaryImpl.hpp:
        Fix of bad merge
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Fix of bad merge
      sql/ha_ndbcluster.cc:
        Fix for Bug #18184  SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code
      mysql-test/r/ndb_lock.result:
        Fix for Bug #18184  SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code
      sql/ha_ndbcluster_binlog.cc:
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication
      mysql-test/r/rpl_ndb_basic.result:
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication
      mysql-test/t/rpl_ndb_basic.test:
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication
      sql/ha_ndbcluster_binlog.h:
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication
      sql/sql_delete.cc:
        Bug #18864  TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: locked lock_OPEN mutex to support TRUNCATE with re-create and cluster binlog
      fe1de8ad