summaryrefslogtreecommitdiff
path: root/mysql-test/r/processlist_notembedded.result
blob: ab1ced79e254bdf4c73b2d5f75ca949e26ec663a (plain)
1
2
3
4
5
6
7
8
#
# MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytes
#
SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync WAIT_FOR go';
SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
SET DEBUG_SYNC= 'now SIGNAL go';
SET DEBUG_SYNC = 'RESET';
End of 5.5 tests