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:
@ -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
|
||||
|
Reference in New Issue
Block a user