MDEV-6779 Help file problems in 10.0.13
update mysql_system_tables_fix.sql to match mysql_system_tables.sql
This commit is contained in:
parent
ea04a8cfda
commit
f7c50bf10f
@ -702,3 +702,10 @@ alter table tables_priv modify Grantor char(141) COLLATE utf8_bin not null
|
||||
|
||||
flush privileges;
|
||||
|
||||
--
|
||||
-- Upgrade help tables
|
||||
--
|
||||
|
||||
ALTER TABLE help_category MODIFY url TEXT NOT NULL;
|
||||
ALTER TABLE help_topic MODIFY url TEXT NOT NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user