1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysql-test/Makefile.am

fixed typo
scripts/make_binary_distribution.sh
    added .MRG and .frm files
This commit is contained in:
sasha@mysql.sashanet.com
2000-12-13 12:42:59 -07:00
parent 8f9754873d
commit 8502addd5f
2 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,8 @@ rm -rf $BASE/share/SCCS $BASE/share/*/SCCS
cp -p mysql-test/mysql-test-run mysql-test/install_test_db $BASE/scripts
cp -p mysql-test/README $BASE/README
cp -p mysql-test/include/*.inc $BASE/mysql-test/include
cp -p mysql-test/std_data/*.dat $BASE/mysql-test/std_data
cp -p mysql-test/std_data/*.dat mysql-test/std_data/*.frm \
mysql-test/std_data/*.MRG $BASE/mysql-test/std_data
cp -p mysql-test/t/*.test mysql-test/t/*.opt $BASE/mysql-test/t
cp -p mysql-test/r/*.result $BASE/mysql-test/r