Skip to content

Commit adf52f0

Browse files
author
Martin Hansson
committed
Bug#20468376: QUERY_REWRITE_PLUGINREFRESH_THREAD FAILS SPORADICALLY ON PB2:
SYNC POINT TIMEOUT Disables the warning about timing out on the debug sync point.
1 parent f86e196 commit adf52f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

mysql-test/suite/query_rewrite_plugins/r/refresh_thread.result

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Id User Host db Command Time State Info
2424
# mutex.
2525
SET @@global.rewriter_enabled = OFF;
2626
CALL query_rewrite.flush_rewrite_rules();
27+
# We don't care if we time out here, as long as we manage to restart the
28+
# server.
2729
SET debug_sync = 'now WAIT_FOR parked';
2830
SHOW PROCESSLIST;
2931
Id User Host db Command Time State Info

mysql-test/suite/query_rewrite_plugins/t/refresh_thread.test

+4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ SET @@global.rewriter_enabled = OFF;
3737

3838
--connection default
3939

40+
--echo # We don't care if we time out here, as long as we manage to restart the
41+
--echo # server.
42+
--disable_warnings
4043
SET debug_sync = 'now WAIT_FOR parked';
44+
--enable_warnings
4145

4246
--source suite/query_rewrite_plugins/include/show_process_list.inc
4347

0 commit comments

Comments
 (0)