diff options
author | unknown <dlenev@mysql.com> | 2006-02-01 21:27:12 +0300 |
---|---|---|
committer | unknown <dlenev@mysql.com> | 2006-02-01 21:27:12 +0300 |
commit | 02296b58ca0f85dd9b59c69de64dfd15532e60a6 (patch) | |
tree | f1c2c2a901b0ac5590b1e920c3676ece1bb137ca /sql/sql_acl.h | |
parent | 60ce9b7c1a983c8814a739995f0520c874df0701 (diff) | |
download | mariadb-git-02296b58ca0f85dd9b59c69de64dfd15532e60a6.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.
mysql-test/lib/init_db.sql:
Added TRIGGER privilege.
sql/sql_acl.h:
Updated comment describing process of addition of new privileges - added yet
another script place which should be modified when new privilege is added.
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 1 |
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 */ |