diff options
author | msvensson@pilot.blaudden <> | 2007-02-26 11:49:24 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-02-26 11:49:24 +0100 |
commit | c550a455227c9390b7e0ad1f9f34807cda2671ab (patch) | |
tree | 69ad68fe79bb46e8afcec3061599cc355cb386d9 /.bzrignore | |
parent | 6caa0a232ed6f741e6c8c9e8d6a89e272dec6505 (diff) | |
download | mariadb-git-c550a455227c9390b7e0ad1f9f34807cda2671ab.tar.gz |
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
- Use mysql_system_tables.sql to create MySQL system tables in
all places where we create them(mysql_install_db, mysql-test-run-pl
and mysql_fix_privilege_tables.sql)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index ac692af1db1..0e0546e68c3 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1335,3 +1335,4 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +scripts/mysql_fix_privilege_tables.sql |