mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
alot of formatting changes that came out of JimW's review
This commit is contained in:
@ -256,8 +256,8 @@ int Instance_map::load()
|
||||
else
|
||||
argv_options[1]= '\0';
|
||||
|
||||
if (my_search_option_files(Options::config_file, &argc, (char ***) &argv, &args_used,
|
||||
process_option, (void*) this) ||
|
||||
if (my_search_option_files(Options::config_file, &argc, (char ***) &argv,
|
||||
&args_used, process_option, (void*) this) ||
|
||||
complete_initialization())
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user