polardbxengine/mysql-test/include/commit_crash_restart.inc

11 lines
268 B
PHP

#
# invoke commit that result in crash and then restart
#
--exec echo "restart " > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
--error 2013
commit;
--echo "restarting after commit crash"
--enable_reconnect
--source include/wait_until_connected_again.inc
--disable_reconnect