1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.
This commit is contained in:
dlenev@mysql.com
2006-02-01 21:27:12 +03:00
parent 37f4eba897
commit 730a711f93
2 changed files with 10 additions and 6 deletions

View File

@@ -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
*/