mariadb/mysql-test/r/processlist_notembedded.result

8 lines
206 B
Text
Raw Normal View History

2019-10-19 10:01:26 +02:00
#
# 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