File tree 2 files changed +6
-0
lines changed
mysql-test/suite/query_rewrite_plugins
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Id User Host db Command Time State Info
24
24
# mutex.
25
25
SET @@global.rewriter_enabled = OFF;
26
26
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.
27
29
SET debug_sync = 'now WAIT_FOR parked';
28
30
SHOW PROCESSLIST;
29
31
Id User Host db Command Time State Info
Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ SET @@global.rewriter_enabled = OFF;
37
37
38
38
--connection default
39
39
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
40
43
SET debug_sync = 'now WAIT_FOR parked';
44
+ --enable_warnings
41
45
42
46
--source suite/query_rewrite_plugins/include/show_process_list.inc
43
47
You can’t perform that action at this time.
0 commit comments