summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorSachin Setiya <sachinsetia1001@gmail.com>2016-12-14 09:30:43 +0530
committerSachin Setiya <sachinsetia1001@gmail.com>2016-12-14 09:30:43 +0530
commit0c79de2419194f850e92de6ffa48d2e92055ee50 (patch)
tree6a16be4413a1f6605985cf3f4cde537e01f8f8b9 /sql/wsrep_mysqld.h
parent25a9a3da346b6d763cf77ce82b82c65f4b1769cb (diff)
downloadmariadb-git-0c79de2419194f850e92de6ffa48d2e92055ee50.tar.gz
MDEV-11479 Improved wsrep_dirty_reads
Tasks:- Changes in wsrep_dirty_reads variable 1.) Global + Session scope (Current: session-only) 2.) Can be set using command line. 3.) Allow all commands that do not change data (besides SELECT) 4.) Allow prepared Statements that do not change data 5.) Works with wsrep_sync_wait enabled
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index 04ccc1a7e45..cf549ffe544 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -89,6 +89,7 @@ extern ulong wsrep_running_threads;
extern bool wsrep_new_cluster;
extern bool wsrep_gtid_mode;
extern uint32 wsrep_gtid_domain_id;
+extern bool wsrep_dirty_reads;
enum enum_wsrep_OSU_method {
WSREP_OSU_TOI,