diff options
author | msvensson@pilot.blaudden <> | 2007-03-16 17:28:32 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-16 17:28:32 +0100 |
commit | 88b4c86e09abbb2687adef3c1e4f1e8700140737 (patch) | |
tree | fa3be670fd8675a1426446e9b11f23e219a77ca7 /sql/sql_acl.h | |
parent | 76a4d01b05d6588a48f30fa0e78b543a42736830 (diff) | |
download | mariadb-git-88b4c86e09abbb2687adef3c1e4f1e8700140737.tar.gz |
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
- Build sql files for netware from the mysql_system_tables*.sq files
- Fix comments about mysql_create_system_tables.sh
- Use mysql_install_db.sh to create system tables for mysql_test-run-shell
- Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
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 cf2b9ce66a9..d08f2663af5 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -43,7 +43,7 @@ don't forget to update 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 + 3. mysql_system_tables.sql and mysql_system_tables_fix.sql 4. acl_init() or whatever - to define behaviour for old privilege tables 5. sql_yacc.yy - for GRANT/REVOKE to work */ |