diff options
author | Debjyoti <djpool007@gmail.com> | 2023-03-06 23:02:03 +0530 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2023-03-27 16:29:14 +0200 |
commit | d575b07c862daf68ddb124486ca8e829cd23cdd9 (patch) | |
tree | e5709016f8284c25641ec4d71cd88d8eaec238f6 /man | |
parent | f33fc2fae5c3f3e80c4d24348609f3ce5246ca9c (diff) | |
download | mariadb-git-d575b07c862daf68ddb124486ca8e829cd23cdd9.tar.gz |
MDEV-24453 Added support for a 5th --verbose parameter in mariadb-upgrade to show mysql results for mysql_fix_privilege_tables
Diffstat (limited to 'man')
-rw-r--r-- | man/mysql_upgrade.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/mysql_upgrade.1 b/man/mysql_upgrade.1 index 62f13ae2e52..09ade95b942 100644 --- a/man/mysql_upgrade.1 +++ b/man/mysql_upgrade.1 @@ -656,7 +656,8 @@ The MariaDB user name to use when connecting to the server and not using the cur Display more output about the process\&. Using it twice will print connection arguments; using it 3 times will print out all CHECK, RENAME and ALTER TABLE commands used during the check phase; using it 4 times (added in MariaDB 10.0.14) -will also write out all mysqlcheck commands used\&. +will also write out all mariadb-check commands used; using it 5 times will print all +the mariadb commands used and their results while running mysql_fix_privilege_tables script\&. .RE .sp .RS 4 |