mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-6779 Help file problems in 10.0.13
disable binlogging when loading help tables
This commit is contained in:
@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
set names 'utf8';
|
set names 'utf8';
|
||||||
|
|
||||||
|
set sql_log_bin = 0;
|
||||||
|
|
||||||
delete from help_topic;
|
delete from help_topic;
|
||||||
delete from help_category;
|
delete from help_category;
|
||||||
delete from help_keyword;
|
delete from help_keyword;
|
||||||
|
Reference in New Issue
Block a user