mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
Bug#24270
"mysql_install_db doesn't work properly on 5.1" force sql_mode to known value within initialization scripts
This commit is contained in:
parent
7281ab80c8
commit
c678f8e186
@@ -8,6 +8,7 @@
|
||||
# this sql script.
|
||||
# On windows you should do 'mysql --force mysql < mysql_fix_privilege_tables.sql'
|
||||
|
||||
set sql_mode='';
|
||||
set storage_engine=MyISAM;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS func (
|
||||
|
||||
Reference in New Issue
Block a user