Skip to content

Commit 15ae118

Browse files
Pedro Figueiredosurbhat1595
authored andcommitted
BUG#32008512 ASSERTION `LOST_GTIDS->IS_EMPTY()' FAILED WHEN MYSQLD STARTED
BUG#32134875 PURGE BINLOG IN INSTANCE STARTUP CAUSE PREVIOUS_GTIDS WRONG IN NEW BINLOG FILE [post-push] Analysis/Fix ------------ Missing include in test script to prevent test from running in non-debug mode. Reviewed-by: Sven Sandberg <sven.sandberg@oracle.com> (cherry picked from commit 586d92acb166c323a89a89c5edaefd047dc01347)
1 parent 3fdbb86 commit 15ae118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/binlog/t/binlog_gtid_purge_binlog_at_startup.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#
4343
--source include/have_binlog_format_row.inc
4444
--source include/have_gtid.inc
45+
--source include/have_debug.inc
4546

4647
--let $saved_debug = `SELECT @@debug`
4748

0 commit comments

Comments
 (0)