diff options
author | joerg@trift2. <> | 2007-03-16 20:56:16 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2007-03-16 20:56:16 +0100 |
commit | 66960bd1e72b4c609b97e60fa3c94e177c71bd8a (patch) | |
tree | 36ced2a6fff684bfdf114994909aec672e4a92b6 /.bzrignore | |
parent | 3b4175fc2e2149a86a8ae4eafd7874fd49e4c85d (diff) | |
download | mariadb-git-66960bd1e72b4c609b97e60fa3c94e177c71bd8a.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
Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 8e65ec6d6b8..f156bb656a4 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1337,3 +1337,5 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +netware/init_db.sql +netware/test_db.sql |