mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-186 Client programs throw warnings about memory loss when executed with --help or alike
suppress these harmless but confusing warnings. fix the program name (MY_INIT) in mysqldump client/mysqldump.c: for backward compatibility, prefix mysqldump error messages with "mysqldump", not with the full path of the executable
This commit is contained in:
@ -255,7 +255,7 @@ get_one_option(int optid, const struct my_option *opt,
|
||||
puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2010"));
|
||||
puts("MariaDB utility for upgrading databases to new MariaDB versions.\n");
|
||||
my_print_help(my_long_options);
|
||||
exit(0);
|
||||
die(0);
|
||||
break;
|
||||
|
||||
case '#':
|
||||
|
Reference in New Issue
Block a user