mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Ensure that all privilege tables are created in MyISAM
This commit is contained in:
@ -629,6 +629,7 @@ fi
|
||||
|
||||
cat << END_OF_DATA
|
||||
use mysql;
|
||||
set table_type=myisam;
|
||||
$c_d
|
||||
$i_d
|
||||
|
||||
|
Reference in New Issue
Block a user