diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2023-04-11 16:15:19 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2023-04-11 16:15:19 +0300 |
commit | 5bada1246de48ef4a18fa30388f06719c971c3d7 (patch) | |
tree | 65de1dc70eebfc94385afadb7202b86a009425c8 /man | |
parent | 375991a531f8885634e7a2af224bf396ee7e1f60 (diff) | |
parent | fb72dfbf7fb52a4be12bad7f173baa71942fd558 (diff) | |
download | mariadb-git-5bada1246de48ef4a18fa30388f06719c971c3d7.tar.gz |
Merge 10.5 into 10.6
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 ef4e438f735..d78ee1275e7 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 |