mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
8 lines
206 B
Text
8 lines
206 B
Text
|
#
|
||
|
# 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
|