Commit f7c50bf1 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-6779 Help file problems in 10.0.13

update mysql_system_tables_fix.sql to match mysql_system_tables.sql
parent ea04a8cf
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment