diff options
author | monty@mishka.local <> | 2005-04-16 04:12:30 +0300 |
---|---|---|
committer | monty@mishka.local <> | 2005-04-16 04:12:30 +0300 |
commit | 2b322f36d8e458927845e81e6585a61e8dfff038 (patch) | |
tree | c6558677169ec70b7372c2433dedcadd0510fc2e /scripts/mysql_create_system_tables.sh | |
parent | 8d919770c71178cc430fd515eaed3859e65792da (diff) | |
download | mariadb-git-2b322f36d8e458927845e81e6585a61e8dfff038.tar.gz |
Ensure that all privilege tables are created in MyISAM
Diffstat (limited to 'scripts/mysql_create_system_tables.sh')
-rw-r--r-- | scripts/mysql_create_system_tables.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_create_system_tables.sh b/scripts/mysql_create_system_tables.sh index 993efcb0fda..4c642423879 100644 --- a/scripts/mysql_create_system_tables.sh +++ b/scripts/mysql_create_system_tables.sh @@ -629,6 +629,7 @@ fi cat << END_OF_DATA use mysql; +set table_type=myisam; $c_d $i_d |