diff options
author | unknown <monty@donna.mysql.com> | 2001-01-02 14:29:47 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-01-02 14:29:47 +0200 |
commit | 6cfd66f0f80eaedaf6f22236e49dee919d2f6675 (patch) | |
tree | 06f19c5186e8abb542c18b22202664c033b53f4f /scripts | |
parent | 0475637d5fa1ff6ac010f4b315a980d5319903d7 (diff) | |
download | mariadb-git-6cfd66f0f80eaedaf6f22236e49dee919d2f6675.tar.gz |
Fixes to get mysql-test included in the distributions
client/mysqldump.c:
Fixed to not use strncasecmp
client/mysqlimport.c:
Fixed to not use strncasecmp
mysql-test/Makefile.am:
Changes needed for RPM
mysql-test/mysql-test-run.sh:
Changes to work with binary installations
scripts/make_binary_distribution.sh:
Added missing mysql-test files
sql-bench/Makefile.am:
Changes needed for RPM
sql/mysqld.cc:
Portability fix
support-files/mysql.spec.sh:
Added mysql-test to sql-bench
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 0065fdc6208..3203a7f0fa0 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -75,7 +75,7 @@ cp -p mysql-test/include/*.inc $BASE/mysql-test/include cp -p mysql-test/std_data/*.dat mysql-test/std_data/*.frm \ mysql-test/std_data/*.MRG $BASE/mysql-test/std_data cp -p mysql-test/t/*.test mysql-test/t/*.opt $BASE/mysql-test/t -cp -p mysql-test/r/*.result $BASE/mysql-test/r +cp -p mysql-test/r/*.result mysql-test/r/*.require $BASE/mysql-test/r cp -p scripts/* $BASE/bin rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh $BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution $BASE/bin/setsomevars $BASE/support-files/Makefile* $BASE/support-files/*.sh |