diff options
author | andrey@lmy004. <> | 2005-12-05 11:45:04 +0100 |
---|---|---|
committer | andrey@lmy004. <> | 2005-12-05 11:45:04 +0100 |
commit | 7120d43c36c610e07494050285c0569d5c463ebe (patch) | |
tree | e98ba39876d161bb72b5a72a6122df08aecdfd33 /sql/sql_acl.h | |
parent | 96f9681c6fb0831756cf3c5410c95a378895edf8 (diff) | |
download | mariadb-git-7120d43c36c610e07494050285c0569d5c463ebe.tar.gz |
WL#1034 updated
- split into several files
- forbid parallel execution (before analyse is done how to make it possible)
because the same sp_head instance cannot be executed in parallel
- added GPL headers
- changed EVENT_ACL to be per DB variable
- fixed minor problems
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index c1e0e94dd06..44e42b961a2 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -57,7 +57,7 @@ (UPDATE_ACL | SELECT_ACL | INSERT_ACL | DELETE_ACL | CREATE_ACL | DROP_ACL | \ GRANT_ACL | REFERENCES_ACL | INDEX_ACL | ALTER_ACL | CREATE_TMP_ACL | \ LOCK_TABLES_ACL | EXECUTE_ACL | CREATE_VIEW_ACL | SHOW_VIEW_ACL | \ - CREATE_PROC_ACL | ALTER_PROC_ACL) + CREATE_PROC_ACL | ALTER_PROC_ACL | EVENT_ACL) #define TABLE_ACLS \ (SELECT_ACL | INSERT_ACL | UPDATE_ACL | DELETE_ACL | CREATE_ACL | DROP_ACL | \ |