1. 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
  2. 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
  3. 23 Mar, 2006 1 commit
    • unknown's avatar
      Bug#18436 (RBR: Replication to partition engine triggers assertion on slave side): · e40dbfa8
      unknown authored
      Partial fix for resolving the problem. Swapping contents of record[0]
      and record[1] since this is what some storage engines expect.
      
      
      sql/handler.cc:
        Adding assertion to get early failure.
      sql/log_event.cc:
        Correcting code so that new record is passed in record[0] and
        old record is passed in record[1] when calling update_row().
      mysql-test/r/rpl_row_basic_8partition.result:
        New BitKeeper file ``mysql-test/r/rpl_row_basic_8partition.result''
      mysql-test/t/rpl_row_basic_8partition.test:
        New BitKeeper file ``mysql-test/t/rpl_row_basic_8partition.test''
      e40dbfa8
  4. 22 Mar, 2006 18 commits
  5. 21 Mar, 2006 19 commits