2017-04-24 18:39:38 +03:00
|
|
|
#
|
|
|
|
# If the wsrep plugin is loaded, wait until the wsrep provider becomes
|
|
|
|
# ready for use.
|
|
|
|
#
|
|
|
|
|
|
|
|
--disable_query_log
|
|
|
|
--disable_result_log
|
|
|
|
|
|
|
|
if (`SELECT COUNT(*)=1 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'wsrep' AND PLUGIN_STATUS='ACTIVE'`)
|
|
|
|
{
|
2017-08-23 16:49:42 +05:30
|
|
|
if (`SELECT @@GLOBAL.WSREP_ON`)
|
|
|
|
{
|
|
|
|
--source include/galera_wait_ready.inc
|
|
|
|
}
|
2017-04-24 18:39:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
--enable_query_log
|
|
|
|
--enable_result_log
|