mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -887,6 +887,7 @@ static const char *expected_errors[]=
|
||||
"ERROR 1290", /* RR_OPTION_PREVENTS_STATEMENT */
|
||||
"ERROR 1347", /* 'mysql.user' is not of type 'BASE TABLE' */
|
||||
"ERROR 1348", /* Column 'Show_db_priv' is not updatable */
|
||||
"ERROR 1356", /* definer of view lack rights (UPDATE) */
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user