mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
25aaa652c4
Synchronous read view should not be needed for SHOW commands.
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.
|