mirror of
https://github.com/MariaDB/server.git
synced 2025-07-16 00:42:55 +03:00
Ensure that all privilege tables are created in MyISAM
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
-- this sql script.
|
||||
-- On windows you should do 'mysql --force mysql < mysql_fix_privilege_tables.sql'
|
||||
|
||||
set table_type=MyISAM;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS func (
|
||||
name char(64) binary DEFAULT '' NOT NULL,
|
||||
ret tinyint(1) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user