diff options
author | unknown <joerg@trift2.> | 2006-12-20 19:24:04 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2006-12-20 19:24:04 +0100 |
commit | 66a5ed9fec03d6408b9c09705d2bb3c4c1961592 (patch) | |
tree | d2ecc175852683fa712281cee94cecd11ae90485 /scripts | |
parent | fd0a4f225f0f1419f6d082d307ca9ebdb23c77ec (diff) | |
parent | c32d646d252dd234947dcb54c1fedb9703053819 (diff) | |
download | mariadb-git-66a5ed9fec03d6408b9c09705d2bb3c4c1961592.tar.gz |
Merge trift2.:/MySQL/M50/upward-5.0
into trift2.:/MySQL/M51/push-5.1
mysql-test/mysql-test-run.pl:
Auto merged
scripts/make_binary_distribution.sh:
Auto merged
support-files/mysql.spec.sh:
Auto merged
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 8b09022c32f..bb90cb5178e 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -246,6 +246,7 @@ $CP mysql-test/include/*.inc $BASE/mysql-test/include $CP mysql-test/include/*.test $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/*.MYD mysql-test/std_data/*.MYI \ mysql-test/std_data/*.pem mysql-test/std_data/Moscow_leap \ mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \ mysql-test/std_data/*.cnf \ |