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:
Sergei Golubchik 2014-11-18 22:25:52 +01:00
parent ea04a8cfda
commit f7c50bf10f

View File

@ -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;