diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-22 12:11:01 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-22 12:11:01 +0300 |
commit | 4f8d308200f158d502cc36922c4600e47c40d23b (patch) | |
tree | 478ad0bc71992ac6d8d995445aa483a8ca2ef636 /scripts | |
parent | 0574441192273bd210232919eb72f2fc7eb153b2 (diff) | |
download | mariadb-git-4f8d308200f158d502cc36922c4600e47c40d23b.tar.gz |
Fix for release
Docs/manual.texi:
new links
scripts/make_binary_distribution.sh:
Added missing files
sql/sql_select.cc:
Added accidently removed line
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 7dc5c90ea25..1216b231d6b 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -104,7 +104,7 @@ rm -f $BASE/share/mysql/Makefile* $BASE/share/mysql/*/*.OLD $CP mysql-test/mysql-test-run mysql-test/install_test_db $BASE/mysql-test/ $CP mysql-test/README $BASE/mysql-test/README $CP mysql-test/include/*.inc $BASE/mysql-test/include -$CP mysql-test/std_data/*.dat $BASE/mysql-test/std_data +$CP mysql-test/std_data/*.dat mysql-test/std_data/*.001 $BASE/mysql-test/std_data $CP mysql-test/t/*.test mysql-test/t/*.opt mysql-test/t/*.sh $BASE/mysql-test/t $CP mysql-test/r/*.result mysql-test/r/*.require $BASE/mysql-test/r |