Skip to content

Commit b92e6b3

Browse files
author
Sven Sandberg
committed
Post-push fix: BUG#20451386 SQL THREAD CRASH: LOG-SLAVE-UPDATES OFF, RELAY LOG ENDS WITH GTID_LOG_EVENT
Fix test utility rpl_receive_event_count.inc to work correctly with $rpl_after_received_events_action == 'stop'.
1 parent 5a96ab2 commit b92e6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql-test/include/rpl_receive_event_count.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ if ($rpl_after_received_events_action == 'stop')
268268
--connect (_rrec_other_connection,127.0.0.1,root,,test,$_rrec_port,)
269269

270270
--connection _rrec_other_connection
271-
--send STOP SLAVE IO_THREAD $_for_channel
271+
--send
272+
eval STOP SLAVE IO_THREAD $_for_channel;
272273
--connection $_rrec_connection
273274

274275
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';

0 commit comments

Comments
 (0)