Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.4.17
-
None
Description
since MDEV-7597 this should be a JSON expression.
also missing from MDEV-13095 account_locked
So from:
mysql-8.0 mysql.user |
`password_expired` enum('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
`password_last_changed` timestamp NULL DEFAULT NULL,
|
`password_lifetime` smallint unsigned DEFAULT NULL,
|
`account_locked` enum('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
So these columns should be in the mysql.user view too.