1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Adjust an imported test

This commit is contained in:
Marko Mäkelä
2017-11-21 18:53:00 +02:00
parent 9405fdeb9e
commit 375caf99c4
2 changed files with 18 additions and 34 deletions

View File

@ -140,7 +140,7 @@ if ($row_format == 'COMPRESSED')
CALL populate_t1();
-- enable_query_log
SET SESSION debug="+d,crash_commit_before";
SET debug_dbug='+d,crash_commit_before';
# Write file to make mysql-test-run.pl start up the server again
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
@ -194,7 +194,7 @@ INSERT INTO t1 VALUES
SELECT CHAR_LENGTH(b) FROM t1;
SET SESSION debug="+d,crash_commit_before";
SET debug_dbug='+d,crash_commit_before';
# Write file to make mysql-test-run.pl start up the server again
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect