1. 02 Oct, 2006 2 commits
    • unknown's avatar
      Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl · 8aa26289
      unknown authored
      into  romeo.(none):/home/bk/fix-mysql-5.1-new-rpl
      
      
      8aa26289
    • unknown's avatar
      BUG#22550 (Replication of BIT column failing): · a613b341
      unknown authored
      Adding test case.
      
      
      mysql-test/extra/rpl_tests/rpl_row_basic.test:
        Rename: mysql-test/include/rpl_row_basic.inc -> mysql-test/extra/rpl_tests/rpl_row_basic.test
      mysql-test/r/rpl_row_basic_11bugs.result:
        Result change
      mysql-test/t/rpl_row_basic_11bugs.test:
        Adding test case for bug.
      mysql-test/t/rpl_row_basic_2myisam.test:
        Moving test include file to extra/rpl_tests
      mysql-test/t/rpl_row_basic_3innodb.test:
        Moving test include file to extra/rpl_tests
      mysql-test/t/rpl_row_basic_7ndb.test:
        Moving test include file to extra/rpl_tests
      a613b341
  2. 28 Sep, 2006 2 commits
  3. 27 Sep, 2006 2 commits
  4. 26 Sep, 2006 1 commit
  5. 25 Sep, 2006 1 commit
  6. 23 Sep, 2006 4 commits
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl · 561bed71
      unknown authored
      into  dsl-hkigw8-feb9fb00-191.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/mysql-5.1-new-rpl
      
      
      561bed71
    • unknown's avatar
      binlog_row_binlog test gained some indeterministic checks with changes due to · 99f8d0a4
      unknown authored
      ChangeSet@1.2309.1.12, 2006-09-12 15:42:13+02:00, guilhem@gbichot3.local +14 -0
        Fixing problems I identified in my auto_increment work pushed in July
        (as part of the auto_increment cleanup of WL #3146; ...
      The problem is in that show binlog events in indeterministic, row events can be compressed,
      so that 2 seconds original delay does not guard from inconsistency.
      
      We syncronize test's current inserted rows counter with system insert delayed thread
      per each query.
      
      From another side there is no requirement for binlog to be event per row and then 
      to verify if binlog has recorded what was recently inserted is better
      via reading from it instead of 'show binlog events'. 
      
      
      mysql-test/extra/binlog_tests/binlog_insert_delayed.test:
        removing sleeps, syncronizing with system delayed thread per each statement,
        note that an insert statement is performed atomically including writing to binlog,
        so that concurrent selects are waiting. That's why the wait macro is safe.
      mysql-test/r/binlog_row_binlog.result:
        new result
      mysql-test/include/wait_until_rows_count.inc:
        macro implements waiting until a targeted table has a prescribed rows number.
      99f8d0a4
    • unknown's avatar
      Disabling test case · 3bd90044
      unknown authored
      3bd90044
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl · 7671fbc2
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/disabled.def:
        Auto merged
      sql/CMakeLists.txt:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      7671fbc2
  7. 22 Sep, 2006 4 commits
  8. 21 Sep, 2006 22 commits
  9. 20 Sep, 2006 2 commits