summaryrefslogtreecommitdiff
path: root/mysql-test/r/processlist_notembedded.result
blob: ed8509ca13c5e5abb941564f51084ef5eff11d21 (plain)
1
2
3
4
5
6
7
8
9
#
# 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';
user
SET DEBUG_SYNC = 'RESET';
End of 5.5 tests