diff options
author | mkindahl@dl145h.mysql.com <> | 2007-11-28 12:34:25 +0100 |
---|---|---|
committer | mkindahl@dl145h.mysql.com <> | 2007-11-28 12:34:25 +0100 |
commit | 0d13a48c25c109e21d78786fa145e910f343f8ca (patch) | |
tree | 121ac9b9027248b66cb005404815523183655ac1 /scripts | |
parent | b1428496df8005bbb96a49521b5721b9f24e37ff (diff) | |
parent | 087c239bb39e0c7b48aaf7295796fcf9e6d37bf3 (diff) | |
download | mariadb-git-0d13a48c25c109e21d78786fa145e910f343f8ca.tar.gz |
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-new-rpl
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 8d3e2133a45..a5deb52d526 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -396,6 +396,7 @@ copyfileto $BASE/mysql-test \ $CP mysql-test/lib/*.pl $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/include/*.sql $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 \ |