mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-32218 PASSWORD_EXPIRATION_TIME column
* show it as a datetime, not number of seconds * show all users * show manually expired users as 0000-00-00 00:00:00 * show default expiration interval correctly * numerous test fixes, add more tests * fix compilation of embedded
This commit is contained in:
committed by
Nikita Malyavin
parent
d229b4af0e
commit
173edf607d
@ -97,6 +97,7 @@ TABLE_CONSTRAINTS
|
||||
TABLE_PRIVILEGES
|
||||
TABLE_STATISTICS
|
||||
TRIGGERS
|
||||
USERS
|
||||
USER_PRIVILEGES
|
||||
USER_STATISTICS
|
||||
VIEWS
|
||||
@ -963,6 +964,7 @@ TABLES CREATE_TIME datetime
|
||||
TABLES UPDATE_TIME datetime
|
||||
TABLES CHECK_TIME datetime
|
||||
TRIGGERS CREATED datetime
|
||||
USERS PASSWORD_EXPIRATION_TIME datetime
|
||||
event execute_at datetime
|
||||
event last_executed datetime
|
||||
event starts datetime
|
||||
|
Reference in New Issue
Block a user