An error occurred fetching the project authors.
  1. 20 Apr, 2006 1 commit
  2. 12 Apr, 2006 1 commit
    • unknown's avatar
      Bug#17400 (Cluster Replication: Delete and update of row w/o PK fails): · 9a698169
      unknown authored
      Restarting scan after call to delete_row().
      
      
      mysql-test/include/rpl_multi_engine3.inc:
        Injector thread was not given enough time.
      mysql-test/t/disabled.def:
        Disabling some tests.
      sql/log_event.cc:
        Moving scan init functions for Delete_rows_log_event.
        Restarting scan for each found row.
      mysql-test/t/rpl_ndb_dd_partitions.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_dd_partitions.test''
      9a698169
  3. 27 Mar, 2006 1 commit
    • unknown's avatar
      Bug#18436 (RBR: Replication to partition engine triggers assertion on slave): · f4337c8b
      unknown authored
      Switching to using index_read() instead of index_read_idx() since a
      range of rows need to be retrieved.
      
      
      mysql-test/r/rpl_row_basic_8partition.result:
        Result change
      mysql-test/t/rpl_row_basic_8partition.test:
        Enabling section for testing PARTITION BY KEY().
      sql/log_event.cc:
        Using index_read() instead of index_read_idx() since a range of records
        are read using index_next().
      mysql-test/extra/rpl_tests/rpl_partition.test:
        New BitKeeper file ``mysql-test/extra/rpl_tests/rpl_partition.test''
      f4337c8b
  4. 28 Feb, 2006 1 commit
    • unknown's avatar
      Updated new tests from Lars review · c6d8d3ea
      unknown authored
      mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test:
        Updated from review comments
      mysql-test/include/rpl_multi_engine3.inc:
        Updated from review comments
      c6d8d3ea
  5. 27 Feb, 2006 1 commit
    • unknown's avatar
      New test case fro replication between ndb and other storage engines. · f8bc9b3c
      unknown authored
      mysql-test/t/rpl_ndb_2innodb.test:
        New rpl ndb test case for replicating to other storage engines
      mysql-test/t/rpl_ndb_2myisam.test:
        New rpl ndb test case for replicating to other storage engines
      mysql-test/t/rpl_ndb_2innodb-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_2innodb-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_2myisam-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_2myisam-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_innodb2ndb.test:
        New rpl ndb test case for replicating from other storage engines to ndb
      mysql-test/t/rpl_ndb_myisam2ndb.test:
        New rpl ndb test case for replicating from other storage engines to ndb
      mysql-test/t/rpl_ndb_innodb2ndb-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_innodb2ndb-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_myisam2ndb-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_myisam2ndb-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test:
        New test code that drives the rpl of ndb -> innodb/myisam or innodb/myisam -> ndb
      mysql-test/include/rpl_multi_engine3.inc:
        New include that cover repeating code of the rpl of ndb -> innodb/myisam or innodb/myisam -> ndb
      mysql-test/t/disabled.def:
        Updated to include new test cases that have outstanding bug reports.
      f8bc9b3c