diff options
author | unknown <msvensson@shellback.(none)> | 2007-11-23 18:12:14 +0100 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2007-11-23 18:12:14 +0100 |
commit | 0e0322c968e1a8ead982ed09dd0ef55c1794ebb0 (patch) | |
tree | 116033227fd5fa3edfa7a15900bf6badd88f7123 /scripts | |
parent | e4d2c9d3c8a967165787229b0c613dccd7c552df (diff) | |
download | mariadb-git-0e0322c968e1a8ead982ed09dd0ef55c1794ebb0.tar.gz |
Add mysql-test/lib/*.sql to dists*
mysql-test/Makefile.am:
Add mysql-test/include/*.sql to dist
scripts/make_binary_distribution.sh:
Add mysql-test/include/*.sql to bindist
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 \ |