Bug #24998 | rpl_row_delayed_ins.test fails in pushbuild | ||
---|---|---|---|
Submitted: | 12 Dec 2006 10:07 | Modified: | 23 Jan 2007 20:36 |
Reporter: | Ingo Strüwing | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.1.15 | OS: | 'rhas4-ia64' Pedantic |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
[12 Dec 2006 10:07]
Ingo Strüwing
[11 Jan 2007 21:59]
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/17999 ChangeSet@1.2373, 2007-01-11 23:59:12+02:00, aelkin@dsl-hkibras-fe36f900-97.dhcp.inet.fi +1 -0 Bug #24998 rpl_row_delayed_ins.test fails in pushbuild The test uses show binlog event which is not deterministic due to the single insert delayed query can generate up to number of inserted rows row-events pair (table_map + Write_row) The solution is to leave the current binlogging behaviour as it is and change the test as spliting arguments of insert delayed query. Note, that such fix was applied earlier for binlog_insert_delayed.test : https://intranet.mysql.com/secure/apps/irclog.php?channel=22&start_time=2006-09-27 There are no tests with insert delayed and show binlog events combination requiring this fix.
[19 Jan 2007 9:16]
Lars Thalmann
Pushed into 5.1.15. Only test case fix, no docs needed.
[23 Jan 2007 20:36]
Paul DuBois
No changelog entry needed.