summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-08-31 11:41:59 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-08-31 12:36:31 +0300
commit3b5d3cd68e4acceb613822adc66b87f396920e59 (patch)
treec14aa4b07c06f2688a74eeaa6416fab2c4e85400 /sql/sql_class.h
parentc933970974bd5a30fb824c1df64c68f1bc403389 (diff)
downloadmariadb-git-3b5d3cd68e4acceb613822adc66b87f396920e59.tar.gz
Revert MDEV-9519 due to regressions
This reverts commit 75dfd4acb995789ca5f86ccbd361fff9d2797e79.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index f0c486bd172..53e451511d5 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -552,17 +552,6 @@ typedef struct system_variables
ha_rows max_join_size;
ha_rows expensive_subquery_limit;
ulong auto_increment_increment, auto_increment_offset;
-#ifdef WITH_WSREP
- /*
- Variables with stored values of the auto_increment_increment
- and auto_increment_offset options that are will be needed when
- wsrep_auto_increment_control will be set to 'OFF', because the
- setting it to 'ON' leads to overwriting of the original values
- (which are set by the user) by calculated values (which are
- based on the cluster's size):
- */
- ulong saved_auto_increment_increment, saved_auto_increment_offset;
-#endif /* WITH_WSREP */
ulong lock_wait_timeout;
ulong join_cache_level;
ulong max_allowed_packet;