From 3b5d3cd68e4acceb613822adc66b87f396920e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 31 Aug 2018 11:41:59 +0300 Subject: Revert MDEV-9519 due to regressions This reverts commit 75dfd4acb995789ca5f86ccbd361fff9d2797e79. --- sql/mysqld.cc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sql/mysqld.cc') diff --git a/sql/mysqld.cc b/sql/mysqld.cc index a65f430f74e..34bb75cbfba 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4192,20 +4192,6 @@ static int init_common_variables() DBUG_PRINT("info",("%s Ver %s for %s on %s\n",my_progname, server_version, SYSTEM_TYPE,MACHINE_TYPE)); -#ifdef WITH_WSREP - /* - We need to initialize auxiliary variables, that will be - further keep the original values of auto-increment options - as they set by the user. These variables used to restore - user-defined values of the auto-increment options after - setting of the wsrep_auto_increment_control to 'OFF'. - */ - global_system_variables.saved_auto_increment_increment= - global_system_variables.auto_increment_increment; - global_system_variables.saved_auto_increment_offset= - global_system_variables.auto_increment_offset; -#endif /* WITH_WSREP */ - #ifdef HAVE_LARGE_PAGES /* Initialize large page size */ if (opt_large_pages) -- cgit v1.2.1