diff options
author | msvensson@pilot.blaudden <> | 2007-02-28 15:03:47 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-02-28 15:03:47 +0100 |
commit | 3fc549d4302238fbda8b6dd60fbe2090f05428ac (patch) | |
tree | 441ee3151ef2154f0d6c80a45083b3136a3a3cd8 /.bzrignore | |
parent | c0da93cd972bd54d6f10331ed469f7bb1a70b157 (diff) | |
download | mariadb-git-3fc549d4302238fbda8b6dd60fbe2090f05428ac.tar.gz |
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
- Build lib/init-db.sql from the output of mysql_create_system_tables
- Remove mysql-test/init_db.sql and mysql-test/lib/init_db.sql
- Leave netware/init_db.sql until 5.0 where we should soon have possibility
to test with mysql-test-run.pl
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 348093af390..0c666cc3ae0 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1067,3 +1067,4 @@ vio/viotest-ssl include/check_abi include/mysql_h.ic mysql-test/r/blackhole.log +mysql-test/lib/init_db.sql |