1
0
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:
Alexander Barkov
2020-02-12 18:26:18 +04:00
parent 0c35e80dc9
commit e26056e181
9 changed files with 340 additions and 23 deletions

View File

@@ -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":