1. 07 Mar, 2006 16 commits
    • unknown's avatar
      mysql.spec.sh: · dd42550b
      unknown authored
        Changed product name from "Community Edition" to "Community Server", bug#17970
      
      
      support-files/mysql.spec.sh:
        Changed product name from "Community Edition" to "Community Server", bug#17970
      dd42550b
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-tmp · fd2c5bfd
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      fd2c5bfd
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3e30762e
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      3e30762e
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c78dc0cb
      unknown authored
      into  mysql.com:/home/bkroot/mysql-5.1-new
      
      
      c78dc0cb
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 80ef96a3
      unknown authored
      into  mysql.com:/home/bk/b16228-mysql-5.1-new
      
      
      80ef96a3
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 6df23f2b
      unknown authored
      into  mysql.com:/home/bk/b16228-mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      6df23f2b
    • unknown's avatar
      Bug#16228 (RBR: Slave SQL thread retries infinitely): · 6d637973
      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.
      6d637973
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 25df33a7
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      support-files/mysql.spec.sh:
        Auto merged
      25df33a7
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 02151d62
      unknown authored
      into mysql.com:/home/gluh/MySQL/Merge/5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      02151d62
    • unknown's avatar
      Fix for bug#15447 Partitions: NULL is treated as zero · 807c7a6a
      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
      807c7a6a
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 47653b48
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      47653b48
    • unknown's avatar
      Bug #16874 memory leaks in rpl_row_basic_7ndb.test · f4ab06ee
      unknown authored
      - free ndb shares at server shutdown
      - free_table_share at free of ndb_share
      
      
      f4ab06ee
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 208d7fd4
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b17142
      
      
      sql/table.cc:
        Auto merged
      208d7fd4
    • unknown's avatar
      Bug#17142 Crash if create with encoded name · 06691fc3
      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.
      06691fc3
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 4243da09
      unknown authored
      into  mysql.com:/home/bk/fix-mysql-5.1-new
      
      
      4243da09
    • unknown's avatar
      Bug#17874 (Test failure: rpl_row_basic_3innodb): · 28e6f6c4
      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.
      28e6f6c4
  2. 06 Mar, 2006 24 commits