We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d94b6 commit c574f81Copy full SHA for c574f81
mysql-test/extra/rpl_tests/create_recursive_construct.inc
@@ -357,8 +357,9 @@ if ($CRC_RET_stmt_sidef) {
357
SHOW BINLOG EVENTS;
358
--die Wrong events in binlog.
359
}
360
- # The first event is format_description, the second is Binlog_checkpoint,
361
- # the third is Query_event('BEGIN'), and the fourth should be our Table_map
+ # The first event is format_description, the second is Gtid list,
+ # the third is Binlog_checkpoint, the fourth is Query_event('BEGIN'),
362
+ # the fifth is Annotate_rows, and the sixth should be our Table_map
363
# for unsafe statement.
364
if (`SELECT $unsafe_type != 3 AND '$event_type' != 'Table_map'`) {
365
--enable_query_log
0 commit comments