1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-15 19:22:41 +03:00
Files
mariadb/mysql-test/suite/funcs_1/t
Sergei Golubchik 1e6210161d MDEV-7597 Expiration of user passwords
post-merge changes:
* handle password expiration on old tables like everything else -
  make changes in memory, even if they cannot be done on disk
* merge "debug" tests with non-debug tests, they don't use dbug anyway
* only run rpl password expiration in MIXED mode, it doesn't replicate
  anything, so no need to repeat it thrice
* restore update_user_table_password() prototype, it should not change
  ACL_USER, this is done in acl_user_update()
* don't parse json twice in get_password_lifetime and get_password_expired
* remove LEX_USER::is_changing_password, see if there was any auth instead
* avoid overflow in expiration calculations
* don't initialize Account_options in the constructor, it's bzero-ed later
* don't create ulong sysvars - they're not portable, prefer uint or ulonglong
* misc simplifications
2019-02-21 15:04:03 +01:00
..
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2012-08-23 00:32:25 +03:00
2008-06-16 20:39:58 +02:00
2012-08-23 00:32:25 +03:00
2008-06-16 20:39:58 +02:00
2013-08-30 11:25:49 +02:00
2013-08-30 11:25:49 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2012-08-23 00:32:25 +03:00
2008-06-16 20:39:58 +02:00
2015-06-16 23:55:56 +02:00