mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
d970f805e6
wait_until_connected_again issues 'SHOW STATUS' query repeatedly until mysqld replies without errors. However, SHOW STATUS is treated specially by wsrep in that it is allowed to proceed even if wsrep is not yet in ready state. As a consequence, after returning from wait_until_connected_again, wsrep may not be ready yet and subsequent queries may fail with error "1047 WSREP has not yet prepared node for application use". To avoid those errors, the patch includes wait_wsrep_ready.inc at the end of the wait_until_connected_again.
10 lines
228 B
HTML
10 lines
228 B
HTML
# ==== Usage ====
|
|
#
|
|
# [--let $shutdown_timeout= 30]
|
|
# [--let $allow_rpl_inited= 1]
|
|
# --source include/restart_mysqld.inc
|
|
|
|
--source include/not_embedded.inc
|
|
|
|
--source include/shutdown_mysqld.inc
|
|
--source include/start_mysqld.inc
|