Bug #20166 mysql-test-run.pl does not test system privilege tables creation

- No .sql files in mysql-test/lib/ anymore, don't copy them
This commit is contained in:
msvensson@pilot.blaudden 2007-02-28 20:44:49 +01:00
parent 3648941ecc
commit 0b4598a4b3
2 changed files with 0 additions and 2 deletions

View File

@ -251,7 +251,6 @@ copyfileto $BASE/mysql-test \
netware/mysql_test_run.nlm netware/install_test_db.ncf
$CP mysql-test/lib/*.pl $BASE/mysql-test/lib
$CP mysql-test/lib/*.sql $BASE/mysql-test/lib
$CP mysql-test/t/*.def $BASE/mysql-test/t
$CP mysql-test/include/*.inc $BASE/mysql-test/include
$CP mysql-test/include/*.test $BASE/mysql-test/include

View File

@ -292,7 +292,6 @@ cp mysql-test/README $DESTDIR/mysql-test/
cp mysql-test/install_test_db.sh $DESTDIR/mysql-test/install_test_db
cp mysql-test/include/*.inc $DESTDIR/mysql-test/include/
cp mysql-test/lib/*.pl $DESTDIR/mysql-test/lib/
cp mysql-test/lib/*.sql $DESTDIR/mysql-test/lib/
cp mysql-test/r/*.require $DESTDIR/mysql-test/r/
# Need this trick, or we get "argument list too long".
ABS_DST=`pwd`/$DESTDIR