summaryrefslogtreecommitdiff
path: root/mysql-test/r/processlist.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/processlist.result')
-rw-r--r--mysql-test/r/processlist.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/processlist.result b/mysql-test/r/processlist.result
index 55d2425d269..24802cb2425 100644
--- a/mysql-test/r/processlist.result
+++ b/mysql-test/r/processlist.result
@@ -17,4 +17,10 @@ select command, time < 5 from information_schema.processlist where id != connect
command time < 5
Sleep 1
set debug_sync='reset';
+#
+# MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytes
+#
+SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync';
+SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
+SET DEBUG_SYNC = 'RESET';
End of 5.5 tests