1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-23237 mariadb.sys has too many privileges

don't GRANT UPDATE ON mysql.global_priv TO mariadb.sys@localhost;
This commit is contained in:
Sergei Golubchik
2020-07-23 18:57:40 +02:00
parent 78f09b12d3
commit 153cd6a27f
9 changed files with 4 additions and 9 deletions

View File

@ -56,7 +56,6 @@ SELECT table_catalog, table_schema, table_name, privilege_type
FROM information_schema.table_privileges WHERE table_catalog IS NOT NULL;
table_catalog table_schema table_name privilege_type
def mysql global_priv SELECT
def mysql global_priv UPDATE
def mysql global_priv DELETE
######################################################################
# Testcase 3.2.11.2+3.2.11.3+3.2.11.4: