Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Some customers are required to perform system auditing on their database. One of the requirements they have is to report when database users were created.
Looking at `mysql.global_priv` it looks like it would be trivial to record the timestamp when it was created, since it is a JSON field.
Is this something that can be added to 10.6?