1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Ensure that all privilege tables are created in MyISAM

This commit is contained in:
unknown
2005-04-16 04:12:30 +03:00
parent 0327d05c69
commit 9b224e9180
2 changed files with 3 additions and 0 deletions

View File

@ -629,6 +629,7 @@ fi
cat << END_OF_DATA
use mysql;
set table_type=myisam;
$c_d
$i_d

View File

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