mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge next-mr -> next-4284.
This commit is contained in:
@ -3265,7 +3265,8 @@ static int init_common_variables(const char *conf_file_name, int argc,
|
||||
|
||||
orig_argc=argc;
|
||||
orig_argv=argv;
|
||||
load_defaults(conf_file_name, groups, &argc, &argv);
|
||||
if (load_defaults(conf_file_name, groups, &argc, &argv))
|
||||
return 1;
|
||||
defaults_argv=argv;
|
||||
defaults_argc=argc;
|
||||
if (get_options(&defaults_argc, defaults_argv))
|
||||
@ -7754,7 +7755,7 @@ static int mysql_init_variables(void)
|
||||
log_error_file_ptr= log_error_file;
|
||||
lc_messages_dir_ptr= lc_messages_dir;
|
||||
mysql_data_home= mysql_real_data_home;
|
||||
thd_startup_options= (OPTION_AUTO_IS_NULL | OPTION_BIN_LOG |
|
||||
thd_startup_options= (OPTION_BIN_LOG |
|
||||
OPTION_QUOTE_SHOW_CREATE | OPTION_SQL_NOTES);
|
||||
protocol_version= PROTOCOL_VERSION;
|
||||
what_to_log= ~ (1L << (uint) COM_TIME);
|
||||
|
Reference in New Issue
Block a user