diff options
author | joerg@trift2. <> | 2006-12-20 19:24:04 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2006-12-20 19:24:04 +0100 |
commit | 7f0cb242bc679540ead5abe9c966b9ed0e2ca2c5 (patch) | |
tree | d2ecc175852683fa712281cee94cecd11ae90485 /scripts/make_binary_distribution.sh | |
parent | c011b2e70f3abd50d7a5c6751b9e92765846e4e0 (diff) | |
parent | 038f0051b59f56fedd890014261b7cb9d7deb71b (diff) | |
download | mariadb-git-7f0cb242bc679540ead5abe9c966b9ed0e2ca2c5.tar.gz |
Merge trift2.:/MySQL/M50/upward-5.0
into trift2.:/MySQL/M51/push-5.1
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 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 \ |