From 2c08436959dc0b0a6a4a58f18114dd9987151396 Mon Sep 17 00:00:00 2001 From: Robert Bindar Date: Sun, 24 Feb 2019 21:00:36 +0200 Subject: Fix default_password_lifetime message typo Closes #1212 --- mysql-test/main/mysqld--help.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/main/mysqld--help.result') 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: -- cgit v1.2.1