diff options
author | unknown <msvensson@pilot.blaudden> | 2007-02-28 15:03:47 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-02-28 15:03:47 +0100 |
commit | dd5c68b9c48a8d3c5bc1e8d04b2f68d7a7845f92 (patch) | |
tree | 441ee3151ef2154f0d6c80a45083b3136a3a3cd8 /.bzrignore | |
parent | df098e750904d00161183c26bcfb2c84e019e46c (diff) | |
download | mariadb-git-dd5c68b9c48a8d3c5bc1e8d04b2f68d7a7845f92.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
BitKeeper/deleted/.del-init_db.sql:
Delete: mysql-test/init_db.sql
BitKeeper/deleted/.del-init_db.sql~a77d572c39d5a1f8:
Delete: mysql-test/lib/init_db.sql
BitKeeper/etc/ignore:
Added mysql-test/lib/init_db.sql to the ignore list
mysql-test/Makefile.am:
Build lib/init_db.sql from the output of mysql_create_system_tables
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 |