mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove --loose-skip-pbxt kludge from mysql_install_db
and mysql_upgrade_service, after LPBUG#688404 was fixed.
This commit is contained in:
@ -394,17 +394,12 @@ static void change_service_config()
|
||||
|
||||
WritePrivateProfileString("mysqld", "datadir",buf, props.inifile);
|
||||
}
|
||||
|
||||
/*
|
||||
Remove basedir from defaults file, otherwise the service wont come up in
|
||||
the new version, and will complain about mismatched message file.
|
||||
*/
|
||||
WritePrivateProfileString("mysqld", "basedir",NULL, props.inifile);
|
||||
|
||||
#ifdef _WIN64
|
||||
/* Currently, pbxt is non-functional on x64 */
|
||||
WritePrivateProfileString("mysqld", "loose-skip-pbxt","1", props.inifile);
|
||||
#endif
|
||||
/*
|
||||
Replace default-character-set with character-set-server, to avoid
|
||||
"default-character-set is deprecated and will be replaced ..."
|
||||
|
Reference in New Issue
Block a user