diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-13 12:52:57 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-13 12:52:57 +0300 |
commit | 38f6c47f8a0a9bc313e4875c4676985249771c76 (patch) | |
tree | 0cb876cdf2ead314e2fad565c9d71550cc40b412 /client/mysql_upgrade.c | |
parent | 9f20968169e21fcf8941041a8a7ce06013a79bd9 (diff) | |
parent | 15fa70b8408a2146b300a4e1b19819addafa5929 (diff) | |
download | mariadb-git-38f6c47f8a0a9bc313e4875c4676985249771c76.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'client/mysql_upgrade.c')
-rw-r--r-- | client/mysql_upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c index 8c4a0f0a18e..aa73680a3df 100644 --- a/client/mysql_upgrade.c +++ b/client/mysql_upgrade.c @@ -148,7 +148,7 @@ static struct my_option my_long_options[]= &opt_systables_only, &opt_systables_only, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, #define USER_OPT (array_elements(my_long_options) - 6) - {"user", 'u', "User for login if not current user.", &opt_user, + {"user", 'u', "User for login.", &opt_user, &opt_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"verbose", 'v', "Display more output about the process; Using it twice will print connection argument; Using it 3 times will print out all CHECK, RENAME and ALTER TABLE during the check phase.", &opt_not_used, &opt_not_used, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0}, |