From a8ee9a0835bd902b988a37a8c8c1867e47a6eca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Fri, 12 Jul 2019 08:23:34 +0300 Subject: Fix typo. --- sql/tztime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/tztime.cc b/sql/tztime.cc index 6715a2ca4a1..c32dd14fa52 100644 --- a/sql/tztime.cc +++ b/sql/tztime.cc @@ -2706,7 +2706,7 @@ main(int argc, char **argv) time zones to nodes in Galera cluster. */ printf("set @prep1=if((select count(*) from information_schema.global_variables where variable_name='wsrep_on'), 'SET SESSION SQL_LOG_BIN=?, WSREP_ON=OFF;', 'do ?');\n" "prepare set_wsrep_write_binlog from @prep1;\n" - "set @toggle=1; execute set_wsrep_write_binlog using @toggle;\n"); + "set @toggle=0; execute set_wsrep_write_binlog using @toggle;\n"); else // Replicate MyISAM DDL for this session, cf. lp:1161432 printf("set @prep=if((select count(*) from information_schema.global_variables where variable_name='wsrep_on'), 'SET GLOBAL wsrep_replicate_myisam=?', 'do ?');\n" -- cgit v1.2.1