From 2d25525d37b4bb55d065226c636453c195fd6f7d Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 18 Nov 2014 22:25:59 +0100 Subject: [PATCH] MDEV-6779 Help file problems in 10.0.13 disable binlogging when loading help tables --- scripts/fill_help_tables.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/fill_help_tables.sql b/scripts/fill_help_tables.sql index 939f15ed45a..15f29c8adc3 100644 --- a/scripts/fill_help_tables.sql +++ b/scripts/fill_help_tables.sql @@ -23,6 +23,8 @@ set names 'utf8'; +set sql_log_bin = 0; + delete from help_topic; delete from help_category; delete from help_keyword;