diff options
author | lars@mysql.com <> | 2005-10-10 17:50:19 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2005-10-10 17:50:19 +0200 |
commit | 57f36732ca48879ae55e44fc8d7142d28f5db4d2 (patch) | |
tree | fd4a87cd1abf7aaf02b3656de8317b4dd4d9453e /scripts/make_binary_distribution.sh | |
parent | 0b8098249726175fb6b84bf457e4720cd504cde6 (diff) | |
parent | 998380521fa2d3d249a0c160c09dba61e1898b1f (diff) | |
download | mariadb-git-57f36732ca48879ae55e44fc8d7142d28f5db4d2.tar.gz |
Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1
into mysql.com:/users/lthalmann/bk/mysql-5.0
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-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 734e3f70b13..1354117db13 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -226,6 +226,7 @@ copyfileto $BASE/mysql-test \ $CP mysql-test/lib/*.pl $BASE/mysql-test/lib $CP mysql-test/lib/*.sql $BASE/mysql-test/lib +$CP mysql-test/t/*.def $BASE/mysql-test/t $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 \ |