MDEV-6779 Help file problems in 10.0.13
disable binlogging when loading help tables
This commit is contained in:
parent
f7c50bf10f
commit
2d25525d37
@ -23,6 +23,8 @@
|
||||
|
||||
set names 'utf8';
|
||||
|
||||
set sql_log_bin = 0;
|
||||
|
||||
delete from help_topic;
|
||||
delete from help_category;
|
||||
delete from help_keyword;
|
||||
|
Loading…
x
Reference in New Issue
Block a user