diff options
author | unknown <lenz@mysql.com> | 2005-07-08 11:27:08 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-07-08 11:27:08 +0200 |
commit | d261c2af8a26105b417dcdc7f249ab2669b7e023 (patch) | |
tree | 5698b5f0e663576ded6a3926bf918a5e5d184f7b /scripts | |
parent | 2d4e858aa37f20f1c1861d1fd5925bbc1799b3d2 (diff) | |
parent | 3d2814d6d43bee9e885053f8e910c8c363f00550 (diff) | |
download | mariadb-git-d261c2af8a26105b417dcdc7f249ab2669b7e023.tar.gz |
- manual merge of the addition of including mysqlt-test/t/*.def
mysql-test/Makefile.am:
- manual merge
scripts/make_binary_distribution.sh:
- manual merge
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 7ae7352f3fc..fbdbd998138 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -221,6 +221,7 @@ done $CP mysql-test/lib/*.pl $BASE/mysql-test/lib $CP mysql-test/lib/*.sql $BASE/mysql-test/lib $CP mysql-test/include/*.inc $BASE/mysql-test/include +$CP mysql-test/t/*.def $BASE/mysql-test/t $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \ mysql-test/std_data/*.pem mysql-test/std_data/Moscow_leap \ mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \ |