Bug #18976 CRBR: multiple binlog, second binlog may miss schema log events
Submitted: 10 Apr 2006 18:23 Modified: 20 Sep 2006 15:42
Reporter: Kent Boortz Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Cluster: Replication Severity:S3 (Non-critical)
Version:5.1-bk OS:
Assigned to: Martin Skold CPU Architecture:Any

[10 Apr 2006 18:23] Kent Boortz
Description:
Test case 'ndb_binlog_ddl_multi' fails randomly with

*** r/ndb_binlog_ddl_multi.result       Mon Apr 10 18:10:33 2006
--- r/ndb_binlog_ddl_multi.reject       Mon Apr 10 18:53:29 2006
***************
*** 31,37 ****
  show binlog events from <binlog_start>;
  Log_name      Pos     Event_type      Server_id       End_log_pos     Info
  master-bin.000001     #       Query   #       #       ALTER DATABASE mysqltest CHARACTER SET latin1
- master-bin.000001     #       Query   #       #       use `mysqltest`; drop table `t1`
  reset master;
  reset master;
  use test;

How to repeat:
Run the test case
[13 Apr 2006 11:23] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/4915
[20 Sep 2006 17:51] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/12281

ChangeSet@1.2316, 2006-09-20 16:46:54+02:00, mskold@mysql.com +2 -0
  Bug#18976  CRBR: multiple binlog, second binlog may miss schema log events:Change test back to verify again