1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Turn on reconnect before crashing server

This commit is contained in:
unknown
2006-10-06 00:07:39 +02:00
parent d76252b4a6
commit 257cfa1ca0

View File

@@ -15,6 +15,9 @@ SET SESSION debug="d,crash_commit_before";
--error 2013
COMMIT;
# Turn on reconnect
--enable_reconnect
# Call script that will poll the server waiting for it to be back online again
--source include/wait_until_connected_again.inc