mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix so that my_progname is set to "mysqldump"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user