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;