mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Wait for mysqld connected to NDB to come out of read only mode
This commit is contained in:
parent
5feb49e167
commit
0fb90c7f63
2 changed files with 8 additions and 0 deletions
|
|
@ -24,5 +24,9 @@ flush tables;
|
|||
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster';
|
||||
enable_query_log;
|
||||
|
||||
# Check should be here as well...
|
||||
# # Check that second master mysqld has come out of redonly mode
|
||||
# --source include/ndb_not_readonly.inc
|
||||
|
||||
# Set the default connection to 'server1'
|
||||
connection server1;
|
||||
|
|
|
|||
|
|
@ -4,4 +4,8 @@ disable_query_log;
|
|||
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster';
|
||||
enable_query_log;
|
||||
|
||||
# Check that master mysqld has come out of redonly mode
|
||||
--source include/ndb_not_readonly.inc
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue