mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
MDEV-6779 Help file problems in 10.0.13
disable binlogging when loading help tables
This commit is contained in:
parent
f7c50bf10f
commit
2d25525d37
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue