Skip to content

Commit c574f81

Browse files
committed
Additional test fixes for MDEV-7635 #1
Fix the comment to describe the sequence of events correctly
1 parent e2d94b6 commit c574f81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mysql-test/extra/rpl_tests/create_recursive_construct.inc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,9 @@ if ($CRC_RET_stmt_sidef) {
357357
SHOW BINLOG EVENTS;
358358
--die Wrong events in binlog.
359359
}
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
360+
# The first event is format_description, the second is Gtid list,
361+
# 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
362363
# for unsafe statement.
363364
if (`SELECT $unsafe_type != 3 AND '$event_type' != 'Table_map'`) {
364365
--enable_query_log

0 commit comments

Comments
 (0)