mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Bug #50021: Windows standard configuration files are showing Linux
options/settings 1. Changed the default value for socket on Windows to the windows default 2. Removed hard-coded trailing slashes from innodb_data_home_dir and innodb_log_group_name_dir. 3. Added extra backslashes to the innodb directory example 4. Made the tempdir platform "dependent" 5. Fixed the comments in the .ini files 6. Removed the tmpdir from the templates and the scripts
This commit is contained in:
@ -101,8 +101,7 @@ try
|
||||
GetValue(configureIn, "DOT_FRM_VERSION") + "\")");
|
||||
configfile.WriteLine("SET (MYSQL_TCP_PORT_DEFAULT \"" + default_port + "\")");
|
||||
configfile.WriteLine("SET (MYSQL_TCP_PORT \"" + actual_port + "\")");
|
||||
configfile.WriteLine("SET (MYSQL_UNIX_ADDR \"" +
|
||||
GetValue(configureIn, "MYSQL_UNIX_ADDR_DEFAULT") + "\")");
|
||||
configfile.WriteLine("SET (MYSQL_UNIX_ADDR \"MySQL\")");
|
||||
var version = GetVersion(configureIn);
|
||||
configfile.WriteLine("SET (VERSION \"" + version + "\")");
|
||||
configfile.WriteLine("SET (MYSQL_BASE_VERSION \"" +
|
||||
|
Reference in New Issue
Block a user