mariadb/mysql-test/extra/binlog_tests
unknown 99f8d0a4a8 binlog_row_binlog test gained some indeterministic checks with changes due to
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.
2006-09-23 15:24:45 +03:00
..
binlog.test Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl 2006-09-11 13:34:44 +02:00
binlog_insert_delayed.test binlog_row_binlog test gained some indeterministic checks with changes due to 2006-09-23 15:24:45 +03:00
blackhole.test After merge fix 2006-07-24 13:34:30 +02:00
ctype_cp932.test Merge mysql.com:/home/my/mysql-5.0 2006-02-25 21:54:34 +02:00
ctype_cp932_binlog.test
ctype_ucs_binlog.test
drop_temp_table.test
innodb_stat.test bug #19650 (Embedded crashes in 5.1.10) 2006-05-24 13:28:24 +05:00
insert_select-binlog.test Merge mysql.com:/home/bkroot/mysql-5.1-new 2006-03-03 09:57:42 +01:00
mix_innodb_myisam_binlog.test fixes in test results (using # for positions in SHOW BINLOG EVENTS). 2006-07-09 21:11:52 +02:00