mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@@ -293,7 +293,7 @@ constexpr privilege_t SHOW_CREATE_TABLE_ACLS=
|
||||
existing temporary tables (CREATE_ACL is necessary for ALTER ... RENAME).
|
||||
*/
|
||||
constexpr privilege_t TMP_TABLE_ACLS=
|
||||
COL_DML_ACLS | ALL_TABLE_DDL_ACLS;
|
||||
COL_DML_ACLS | ALL_TABLE_DDL_ACLS | REFERENCES_ACL;
|
||||
|
||||
|
||||
constexpr privilege_t PRIV_LOCK_TABLES= SELECT_ACL | LOCK_TABLES_ACL;
|
||||
|
Reference in New Issue
Block a user