diff options
author | unknown <lenz@mysql.com> | 2003-03-04 18:18:05 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-03-04 18:18:05 +0100 |
commit | 37d1dd03d8100ea8a963b1fcc80f07d3f7536be6 (patch) | |
tree | 8662870212971b17837b2c4e47ab533b1cab0a4e /scripts | |
parent | b308fe3b595e1961f7ecd29cfc3b0cc60ea4b5d8 (diff) | |
download | mariadb-git-37d1dd03d8100ea8a963b1fcc80f07d3f7536be6.tar.gz |
- added missing file mysql-test/std_data/des_key_file to source and binary
distribution to fix a test failure in test "func_encrypt"
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 78eb1343f47..f0113ee1780 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -183,6 +183,7 @@ done $CP mysql-test/include/*.inc $BASE/mysql-test/include $CP mysql-test/std_data/*.dat mysql-test/std_data/*.001 $BASE/mysql-test/std_data +$CP mysql-test/std_data/des_key_file $BASE/mysql-test/std_data $CP mysql-test/t/*test mysql-test/t/*.opt mysql-test/t/*.slave-mi mysql-test/t/*.sh $BASE/mysql-test/t $CP mysql-test/r/*result mysql-test/r/*.require $BASE/mysql-test/r |