mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
mysql-test/Makefile.am
fixed typo
scripts/make_binary_distribution.sh
added .MRG and .frm files
mysql-test/Makefile.am:
fixed typo
scripts/make_binary_distribution.sh:
added .MRG and .frm files
This commit is contained in:
parent
67de70a3c0
commit
1c0f675a60
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue