diff options
author | Robert Bindar <robert@mariadb.org> | 2019-02-24 21:00:36 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-05-18 20:33:21 +0200 |
commit | 2c08436959dc0b0a6a4a58f18114dd9987151396 (patch) | |
tree | 6820cfbc5f5bc10dbf9c093a3e2b0cb17ee98d0e /mysql-test/main/mysqld--help.result | |
parent | d9f392848afc72fdf12c8f6c525e93435c683283 (diff) | |
download | mariadb-git-2c08436959dc0b0a6a4a58f18114dd9987151396.tar.gz |
Fix default_password_lifetime message typo
Closes #1212
Diffstat (limited to 'mysql-test/main/mysqld--help.result')
-rw-r--r-- | mysql-test/main/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/mysqld--help.result b/mysql-test/main/mysqld--help.result index 150e2af1fbc..402d64445e6 100644 --- a/mysql-test/main/mysqld--help.result +++ b/mysql-test/main/mysqld--help.result @@ -192,7 +192,7 @@ The following specify which files/extra groups are read (specified before remain This defines the global password expiration policy. 0 means automatic password expiration is disabled. If the value is a positive integer N, the passwords must be - changed every N days. This behavior can be overriden + changed every N days. This behavior can be overridden using the password expiration options in ALTER USER. --default-regex-flags=name Default flags for the regex library. Any combination of: |