1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-6779 Help file problems in 10.0.13

disable binlogging when loading help tables
This commit is contained in:
Sergei Golubchik
2014-11-18 22:25:59 +01:00
parent f7c50bf10f
commit 2d25525d37

View File

@ -23,6 +23,8 @@
set names 'utf8';
set sql_log_bin = 0;
delete from help_topic;
delete from help_category;
delete from help_keyword;