1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-20466: fix of embedded test suite

This commit is contained in:
Oleksandr Byelkin
2019-10-19 10:01:26 +02:00
parent b7bc8c3fcb
commit c9b5280371
4 changed files with 41 additions and 35 deletions

View File

@ -0,0 +1,7 @@
#
# 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