mariadb/mysql-test/suite/sys_vars
Robert Bindar 90ad4dbd17 MDEV-7597 Expiration of user passwords
This patch adds support for expiring user passwords.
The following statements are extended:
  CREATE USER user@localhost PASSWORD EXPIRE [option]
  ALTER USER user@localhost PASSWORD EXPIRE [option]
If no option is specified, the password is expired with immediate
effect. If option is DEFAULT, global policy applies according to
the default_password_lifetime system var (if 0, password never
expires, if N, password expires every N days). If option is NEVER,
the password never expires and if option is INTERVAL N DAY, the
password expires every N days.
The feature also supports the disconnect_on_expired_password system
var and the --connect-expired-password client option.

Closes #1166
2019-02-21 15:04:03 +01:00
..
inc MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
r MDEV-7597 Expiration of user passwords 2019-02-21 15:04:03 +01:00
t Merge branch '10.3' into 10.4 2019-02-21 14:40:52 +01:00
disabled.def Remove XtraDB 2017-06-21 13:44:16 +03:00