mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -16,9 +16,6 @@ if (!$restart_parameters)
|
||||
# Call script that will poll the server waiting for it to be back online again
|
||||
--source include/wait_until_connected_again.inc
|
||||
|
||||
# Wait for wsrep
|
||||
--source include/wait_wsrep_ready.inc
|
||||
|
||||
# Turn off reconnect again
|
||||
--disable_reconnect
|
||||
|
||||
|
@@ -23,3 +23,9 @@ while ($mysql_errno)
|
||||
}
|
||||
--enable_query_log
|
||||
--enable_result_log
|
||||
|
||||
# WSREP: SHOW STATUS queries are allowed even if wsrep
|
||||
# is not ready. Make sure wsrep is ready before
|
||||
# returning from this script
|
||||
|
||||
--source include/wait_wsrep_ready.inc
|
||||
|
Reference in New Issue
Block a user