mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.priv
This commit is contained in:
@@ -106,6 +106,7 @@ select json_detailed(priv) from mysql.global_priv where user='mysqltest1';
|
||||
json_detailed(priv)
|
||||
{
|
||||
"access": 0,
|
||||
"version_id": VERSION_ID,
|
||||
"plugin": "mysql_native_password",
|
||||
"authentication_string": "*7D8C3DF236D9163B6C274A9D47704BC496988460",
|
||||
"auth_or":
|
||||
|
Reference in New Issue
Block a user