Skip to content

Commit

Permalink
Additional test fixes for MDEV-7635 #1
Browse files Browse the repository at this point in the history
Fix the comment to describe the sequence of events correctly
  • Loading branch information
elenst committed Feb 6, 2017
1 parent e2d94b6 commit c574f81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mysql-test/extra/rpl_tests/create_recursive_construct.inc
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ if ($CRC_RET_stmt_sidef) {
SHOW BINLOG EVENTS;
--die Wrong events in binlog.
}
# The first event is format_description, the second is Binlog_checkpoint,
# 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'),
# the fifth is Annotate_rows, and the sixth should be our Table_map
# for unsafe statement.
if (`SELECT $unsafe_type != 3 AND '$event_type' != 'Table_map'`) {
--enable_query_log
Expand Down

0 comments on commit c574f81

Please sign in to comment.