summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2005-01-25 22:11:21 +0200
committerheikki@hundin.mysql.fi <>2005-01-25 22:11:21 +0200
commitd7e5c4d61754abd29b1f2b40e11be366f8f1d7d8 (patch)
tree4d99fb4741c15a68c5f9010ff6d452600f686d8e /sql/sql_class.h
parent0b61a16fd215a21dead590a66ee88f858b8eb9e3 (diff)
downloadmariadb-git-d7e5c4d61754abd29b1f2b40e11be366f8f1d7d8.tar.gz
sql_class.h, set_var.cc, mysqld.cc:
Add settable variables for semi-sync replication
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index ce60ed06cfd..8128690ab02 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -397,6 +397,11 @@ struct system_variables
my_bool low_priority_updates;
my_bool new_mode;
my_bool query_cache_wlock_invalidate;
+#ifdef HAVE_REPLICATION
+ ulong sync_replication;
+ ulong sync_replication_slave_id;
+ ulong sync_replication_timeout;
+#endif /* HAVE_REPLICATION */
#ifdef HAVE_INNOBASE_DB
my_bool innodb_table_locks;
#endif /* HAVE_INNOBASE_DB */