diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-13 12:42:59 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-13 12:42:59 -0700 |
commit | 1c0f675a60e6d8a66906292b7fdf47b6e52ae16f (patch) | |
tree | f3661aa8466b0e33a583bc78c74e10beb4b59cf6 /scripts/make_binary_distribution.sh | |
parent | 67de70a3c00ad63e56a11e90f91c4283d6d46c57 (diff) | |
download | mariadb-git-1c0f675a60e6d8a66906292b7fdf47b6e52ae16f.tar.gz |
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
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index d687a875f73..9c79ecea735 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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 |