mirror of
https://github.com/MariaDB/server.git
synced 2025-09-06 19:08: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
@@ -873,6 +873,7 @@ fi
|
||||
|
||||
cat << END_OF_DATA
|
||||
use mysql;
|
||||
set sql_mode='';
|
||||
set storage_engine=myisam;
|
||||
$c_d
|
||||
$i_d
|
||||
|
Reference in New Issue
Block a user