1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix so that my_progname is set to "mysqldump"

This commit is contained in:
msvensson@neptunus.(none)
2005-06-22 20:37:14 +02:00
parent 2dd6a58d58
commit 01b025c2d2
3 changed files with 13 additions and 26 deletions

View File

@ -2621,7 +2621,7 @@ int main(int argc, char **argv)
compatible_mode_normal_str[0]= 0;
default_charset= (char *)mysql_universal_client_charset;
MY_INIT(argv[0]);
MY_INIT("mysqldump");
if (get_options(&argc, &argv))
{
my_end(0);