summaryrefslogtreecommitdiff
path: root/sql/wsrep_var.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2020-11-03 10:44:26 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2021-02-25 07:47:51 +0200
commit27d66d644cf2ebe9201e0362f2050036cce2908a (patch)
tree8b1dc6ca683c0c0c5cb04d01de7043276f2bcff5 /sql/wsrep_var.h
parent74281fe1fb0faf444aec3744b90995156f9f58f9 (diff)
downloadmariadb-git-27d66d644cf2ebe9201e0362f2050036cce2908a.tar.gz
MENT-411 : Implement wsrep_replicate_aria
Introduced two new wsrep_mode options * REPLICATE_MYISAM * REPLICATE_ARIA Depracated wsrep_replicate_myisam parameter and we use wsrep_mode = REPLICATE_MYISAM instead. This required small refactoring of wsrep_check_mode_after_open_table so that both MyISAM and Aria are handled on required DML cases. Similarly, added Aria to wsrep_should_replicate_ddl to handle DDL for Aria tables using TOI. Added test cases and improved MyISAM testing. Changed use of wsrep_replicate_myisam to wsrep_mode = REPLICATE_MYISAM
Diffstat (limited to 'sql/wsrep_var.h')
-rw-r--r--sql/wsrep_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_var.h b/sql/wsrep_var.h
index ae4f39a4034..b123ff41e78 100644
--- a/sql/wsrep_var.h
+++ b/sql/wsrep_var.h
@@ -109,6 +109,7 @@ extern bool wsrep_gtid_domain_id_update UPDATE_ARGS;
extern bool wsrep_mode_check CHECK_ARGS;
extern bool wsrep_strict_ddl_update UPDATE_ARGS;
+extern bool wsrep_replicate_myisam_update UPDATE_ARGS;
#else /* WITH_WSREP */
#define wsrep_provider_init(X)