mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 09:30:23 +02:00
Merge remote-tracking branch '10.2' into 10.3
This commit is contained in:
commit
65eefcdc60
145 changed files with 1963 additions and 425 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue