mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user