2019-10-19 10:01:26 +02:00
|
|
|
#
|
|
|
|
# MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytes
|
|
|
|
#
|
2019-10-25 11:57:36 +02:00
|
|
|
connect con1,localhost,root,,;
|
|
|
|
connection con1;
|
2020-05-06 10:51:44 +02:00
|
|
|
SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync WAIT_FOR go';
|
2019-10-25 11:57:36 +02:00
|
|
|
connection default;
|
2019-10-19 10:01:26 +02:00
|
|
|
SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
|
2020-05-08 13:38:36 +02:00
|
|
|
FOUND 1 /sleep/ in MDEV-20466.text
|
2020-05-06 10:51:44 +02:00
|
|
|
SET DEBUG_SYNC= 'now SIGNAL go';
|
2019-10-25 11:57:36 +02:00
|
|
|
disconnect con1;
|
2019-10-19 10:01:26 +02:00
|
|
|
SET DEBUG_SYNC = 'RESET';
|
|
|
|
End of 5.5 tests
|