diff options
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index f17c9781e8c..d2dd5b23f0d 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -36,6 +36,12 @@ #define REPL_SLAVE_ACL (1L << 19) #define REPL_CLIENT_ACL (1L << 20) +/* + don't forget to update + static struct show_privileges_st sys_privileges[] + in sql_show.cc when adding new privileges! +*/ + #define DB_ACLS \ (UPDATE_ACL | SELECT_ACL | INSERT_ACL | DELETE_ACL | CREATE_ACL | DROP_ACL | \ |