1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix IM to display version string in "show instance status" (Bug #10229)

This commit is contained in:
petr@mysql.com
2005-06-01 04:40:22 +04:00
parent 329d974df7
commit c7581758ec
7 changed files with 130 additions and 36 deletions

View File

@ -224,10 +224,10 @@ int Options::load(int argc, char **argv)
/* config-file options are prepended to command-line ones */
load_defaults("my", default_groups, &argc, &argv);
Options::saved_argv= argv;
if ((rc= handle_options(&argc, &argv, my_long_options, get_one_option)) != 0)
return rc;
Options::saved_argv= argv;
return 0;
}