diff options
author | mkindahl@dl145h.mysql.com <> | 2007-11-28 12:05:35 +0100 |
---|---|---|
committer | mkindahl@dl145h.mysql.com <> | 2007-11-28 12:05:35 +0100 |
commit | 087c239bb39e0c7b48aaf7295796fcf9e6d37bf3 (patch) | |
tree | 055ace9690b840d0bb193f5c2725933bcc601f39 /scripts | |
parent | e0ae105055dd82623fcd34a875be963c6499d78a (diff) | |
parent | 038a093c979f178a0ba2b7b87bc436724d645df6 (diff) | |
download | mariadb-git-087c239bb39e0c7b48aaf7295796fcf9e6d37bf3.tar.gz |
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl
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 \ |