diff options
author | unknown <lenz@mysql.com> | 2005-07-08 21:04:54 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-07-08 21:04:54 +0200 |
commit | 284e241c46e4ab5badd6400b4c1073e88cb26065 (patch) | |
tree | d5f8fcb7df1ce133b2c2fd14310af0c67d13ec5f /scripts | |
parent | 3d2814d6d43bee9e885053f8e910c8c363f00550 (diff) | |
download | mariadb-git-284e241c46e4ab5badd6400b4c1073e88cb26065.tar.gz |
- reverted adding mysql-test/t/*.def to the distribution (it is not supported in 4.1
at all)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 51bebc3ce31..3b8cc1ca12a 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -221,7 +221,6 @@ $CP mysql-test/include/*.inc $BASE/mysql-test/include $CP mysql-test/std_data/*.dat mysql-test/std_data/*.*001 $BASE/mysql-test/std_data $CP mysql-test/std_data/des_key_file $BASE/mysql-test/std_data $CP mysql-test/t/*test mysql-test/t/*.opt mysql-test/t/*.slave-mi mysql-test/t/*.sh $BASE/mysql-test/t -$CP mysql-test/t/*.def $BASE/mysql-test/t $CP mysql-test/r/*result mysql-test/r/*.require $BASE/mysql-test/r if [ $BASE_SYSTEM != "netware" ] ; then |