1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
Alexey Botchkov
2009-11-17 15:27:40 +04:00
18 changed files with 54 additions and 26 deletions

View File

@ -19280,7 +19280,9 @@ int main(int argc, char **argv)
MY_INIT(argv[0]);
load_defaults("my", client_test_load_default_groups, &argc, &argv);
if (load_defaults("my", client_test_load_default_groups, &argc, &argv))
exit(1);
defaults_argv= argv;
get_options(&argc, &argv);