Bug #18490 cluster: binlog events lost on remote mysqld (asynchronous)
Submitted: 24 Mar 2006 15:46 Modified: 5 Apr 2006 4:41
Reporter: Tomas Ulin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1.8 bk src OS:
Assigned to: Tomas Ulin CPU Architecture:Any

[24 Mar 2006 15:46] Tomas Ulin
Description:
./mysql-test-run --do-test=ndb_binlog_ddl_multi

ndb_binlog_ddl_multi           [ fail ]

Errors are (from /dev/shm/var-n_row-5/log/mysqltest-time) :
mysqltest: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/ndb_binlog_ddl_multi.result	Fri Mar 24 15:00:32 2006
--- r/ndb_binlog_ddl_multi.reject	Fri Mar 24 15:59:07 2006
***************
*** 82,92 ****
  drop table t1;
  show binlog events from <binlog_start>;
  Log_name	Pos	Event_type	Server_id	End_log_pos	Info
- master-bin1.000001	#	Query	#	#	CREATE LOGFILE GROUP lg1
- ADD UNDOFILE 'undofile.dat'
- INITIAL_SIZE 16M
- UNDO_BUFFER_SIZE = 1M
- ENGINE=NDB
  master-bin1.000001	#	Query	#	#	ALTER LOGFILE GROUP lg1
  ADD UNDOFILE 'undofile02.dat'
  INITIAL_SIZE = 4M 
--- 82,87 ----
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

How to repeat:
see above
[4 Apr 2006 7:31] 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/4434
[4 Apr 2006 8:06] Tomas Ulin
pushed to 5.1.8
[5 Apr 2006 4:41] Jon Stephens
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented bugfix in 5.1.8 changelog. Closed.