summaryrefslogtreecommitdiff
path: root/scripts/make_binary_distribution.sh
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2010-06-17 20:10:17 +0200
committerJoerg Bruehe <joerg@mysql.com>2010-06-17 20:10:17 +0200
commite740b826a887937e5a1f7898c534f375109a28a2 (patch)
tree30469a507a8cad1fd49fde41fcc8c5804eef163c /scripts/make_binary_distribution.sh
parent71377f189fd9d6ac59d66773168cfd2bd75a052a (diff)
parent218a15b76a35ab2664f0617fda08698890b1cdff (diff)
downloadmariadb-git-e740b826a887937e5a1f7898c534f375109a28a2.tar.gz
Bug#54590 "make_binary_distribution" fails because a command
line exceeds the limit Upmerge the fix from 5.1 to 5.5 ("trunk").
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r--scripts/make_binary_distribution.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index bd0f4f99ca6..aed758da620 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -483,9 +483,11 @@ $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \
mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \
mysql-test/std_data/*.cnf mysql-test/std_data/*.MY* \
$BASE/mysql-test/std_data
-$CP mysql-test/t/*.test mysql-test/t/*.imtest \
- mysql-test/t/*.disabled mysql-test/t/*.opt \
- mysql-test/t/*.slave-mi mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t
+# Attention: when the wildcards expand to a line that is very long,
+# it may exceed the command line length limit on some platform(s). Bug#54590
+$CP mysql-test/t/*.test mysql-test/t/*.imtest $BASE/mysql-test/t
+$CP mysql-test/t/*.disabled mysql-test/t/*.opt $BASE/mysql-test/t
+$CP mysql-test/t/*.slave-mi mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t
$CP mysql-test/r/*.result mysql-test/r/*.require \
$BASE/mysql-test/r