summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authordlenev@mysql.com <>2006-02-01 21:27:12 +0300
committerdlenev@mysql.com <>2006-02-01 21:27:12 +0300
commit730a711f931c3801eb9dd88bfdc5be7f7e99be3f (patch)
treef1c2c2a901b0ac5590b1e920c3676ece1bb137ca /sql/sql_acl.h
parent37f4eba897f4e658b57cce6c4c56fa5102208b3a (diff)
downloadmariadb-git-730a711f931c3801eb9dd88bfdc5be7f7e99be3f.tar.gz
Addition to the fix for BUG#9412 "Triggers: should have trigger privilege".
When we add new privilege we should update mysql-test/lib/init_db.sql accordingly.
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h
index 66799986413..fa0af5d6879 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -49,6 +49,7 @@
1. static struct show_privileges_st sys_privileges[]
2. static const char *command_array[] and static uint command_lengths[]
3. mysql_create_system_tables.sh, mysql_fix_privilege_tables.sql
+ and mysql-test/lib/init_db.sql
4. acl_init() or whatever - to define behaviour for old privilege tables
5. sql_yacc.yy - for GRANT/REVOKE to work
*/