1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-7476: Allow SELECT to succeed even when node is not ready

Added a SESSION-only system variable "wsrep_dirty_reads" to allow SELECT
queries to pass even when the node is not prepared to accept queries
(wsrep_ready=OFF). Added a test case.
This commit is contained in:
Nirbhay Choubey
2015-01-22 18:00:37 -05:00
parent ab440b0fb7
commit 0105bf349a
12 changed files with 175 additions and 5 deletions

View File

@ -137,7 +137,6 @@ wsrep_last_committed #
#
# MDEV#6206: wsrep_slave_threads subtracts from max_connections
#
call mtr.add_suppression("safe_mutex: Found wrong usage of mutex 'LOCK_wsrep_slave_threads' and 'LOCK_global_system_variables'");
SELECT @@global.wsrep_provider;
@@global.wsrep_provider
libgalera_smm.so