mirror of
https://github.com/MariaDB/server.git
synced 2025-02-15 18:05:32 +01:00
11 lines
250 B
Text
11 lines
250 B
Text
#
|
|
# MDEV-6832: ER_LOCK_WAIT_TIMEOUT on SHOW STATUS
|
|
#
|
|
SHOW STATUS LIKE 'wsrep_ready';
|
|
Variable_name Value
|
|
wsrep_ready ON
|
|
SHOW STATUS LIKE 'wsrep_ready';
|
|
Variable_name Value
|
|
wsrep_ready OFF
|
|
SET @@global.wsrep_cluster_address='gcomm://';
|
|
# End of test.
|