diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 22:25:59 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 22:25:59 +0100 |
commit | 2d25525d37b4bb55d065226c636453c195fd6f7d (patch) | |
tree | 358505c2f931be786fe09d6a999ba7fe0a4ffdc8 /scripts/fill_help_tables.sql | |
parent | f7c50bf10f2738a633d8399b8fd97d7cfc665bef (diff) | |
download | mariadb-git-2d25525d37b4bb55d065226c636453c195fd6f7d.tar.gz |
MDEV-6779 Help file problems in 10.0.13
disable binlogging when loading help tables
Diffstat (limited to 'scripts/fill_help_tables.sql')
-rw-r--r-- | scripts/fill_help_tables.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |