summaryrefslogtreecommitdiff
path: root/storage/spider/spd_param.h
diff options
context:
space:
mode:
authorKentoku <kentokushiba@gmail.com>2018-12-13 03:13:31 +0900
committerSachin <sachin.setiya@mariadb.com>2019-02-03 15:58:45 +0530
commit540e82d1b4376a2588c24ca1efa1e7cc52ae755d (patch)
tree205dec4db25450ac722ddc71fc0db07f87504680 /storage/spider/spd_param.h
parent41e60e7fe8a33a4f44382998ed50401dabea7a63 (diff)
downloadmariadb-git-540e82d1b4376a2588c24ca1efa1e7cc52ae755d.tar.gz
MDEV-16787 optimistic parallel replication fails on spider
Add a system variable spider_slave_trx_isolation. - spider_slave_trx_isolation The transaction isolation level when Spider table is used by slave SQL thread. -1 : OFF 0 : READ UNCOMMITTED 1 : READ COMMITTED 2 : REPEATABLE READ 3 : SERIALIZABLE The default value is -1 Miscellaneous Spider typos
Diffstat (limited to 'storage/spider/spd_param.h')
-rw-r--r--storage/spider/spd_param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/spider/spd_param.h b/storage/spider/spd_param.h
index 7919b0c4837..8fdf2e452b2 100644
--- a/storage/spider/spd_param.h
+++ b/storage/spider/spd_param.h
@@ -420,3 +420,4 @@ int spider_param_load_crd_at_startup(
uint spider_param_table_sts_thread_count();
uint spider_param_table_crd_thread_count();
#endif
+int spider_param_slave_trx_isolation();