~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to mysql-test/extra/binlog_tests/binlog_insert_delayed.test

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# moving binlog check affront of multi-rows queries which work is indeterministic (extra table_maps)
24
24
# todo: better check is to substitute SHOW BINLOG with reading from binlog, probably bug#19459 is in
25
25
# the way
26
 
--replace_column 2 # 5 #
27
 
--replace_regex /table_id: [0-9]+/table_id: #/
28
 
show binlog events from 102;
 
26
source include/show_binlog_events.inc;
29
27
 
30
28
insert delayed into t1 values (null),(null),(null),(null);
31
29
inc $count; inc $count; inc $count; inc $count;