1. 07 Mar, 2006 12 commits
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new · bd6bdae5
      unknown authored
      into  mysql.com:/home/bkroot/mysql-5.1-new
      
      bd6bdae5
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 51559898
      unknown authored
      into  mysql.com:/home/bk/b16228-mysql-5.1-new
      
      51559898
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 4cdfb803
      unknown authored
      into  mysql.com:/home/bk/b16228-mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      4cdfb803
    • unknown's avatar
      Bug#16228 (RBR: Slave SQL thread retries infinitely): · 8aa7cc80
      unknown authored
        Transaction aborted on slave should be retries. The OPTION_BEGIN
        bit was cleared prematurely. Removed dependence of code on value
        of OPTION_BEGIN bit when executing retries.
      
      
      mysql-test/r/rpl_ndb_basic.result:
        Result change.
      mysql-test/t/disabled.def:
        Enabling test.
      mysql-test/t/rpl_ndb_basic.test:
        Changing test to allow checking that slave did not stop.
      sql/slave.cc:
        Rolling back transaction before retrying it.
        Only resetting transaction retries counter on a successful execution
        or a non-transitional error.
      8aa7cc80
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3145c593
      unknown authored
      into mysql.com:/home/gluh/MySQL/Merge/5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      3145c593
    • unknown's avatar
      Fix for bug#15447 Partitions: NULL is treated as zero · 74e0cfd1
      unknown authored
        NULL value handling
      
      
      mysql-test/r/ndb_partition_error.result:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      mysql-test/r/partition.result:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      mysql-test/t/ndb_partition_error.test:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      mysql-test/t/partition.test:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      sql/partition_element.h:
        Fix for bug#15447 Partitions: NULL is treated as zero
          added null value flag to partition_element object
      sql/partition_info.h:
        Fix for bug#15447 Partitions: NULL is treated as zero
          added null value flag to partition_info object
          added has_null partition id variable
      74e0cfd1
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f27a73ee
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      f27a73ee
    • unknown's avatar
      Bug #16874 memory leaks in rpl_row_basic_7ndb.test · dbed8f95
      unknown authored
      - free ndb shares at server shutdown
      - free_table_share at free of ndb_share
      
      dbed8f95
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e3ffbfcf
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b17142
      
      
      sql/table.cc:
        Auto merged
      e3ffbfcf
    • unknown's avatar
      Bug#17142 Crash if create with encoded name · c0f7bcc4
      unknown authored
      upgrade.result, upgrade.test:
        Adding test case.
      table.cc:
        Don't try to open a table with old-formatted name,
        if the table name contains "@" character.
        This is to avoid mixing two different names to each other.
        Thanks Monty for suggesting this fix.
      
      
      sql/table.cc:
        Bug#17142 Crash if create with encoded name
        Don't try to open a table with old-formatted name,
        if the table name contains "@" character.
        This is to avoid mixing two different names to each other.
      mysql-test/t/upgrade.test:
        Adding test case.
      mysql-test/r/upgrade.result:
        Adding test case.
      c0f7bcc4
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · bc1bd7ba
      unknown authored
      into  mysql.com:/home/bk/fix-mysql-5.1-new
      
      bc1bd7ba
    • unknown's avatar
      Bug#17874 (Test failure: rpl_row_basic_3innodb): · 461c7753
      unknown authored
        Some storage engines does not set the filler bits, so we set them
        before calling the record-reading functions.
      
      
      sql/log_event.cc:
        Set the null byte containing filler bits before calling any record-
        reading functions.
      461c7753
  2. 06 Mar, 2006 28 commits