diff options
author | unknown <monty@donna.mysql.com> | 2000-08-31 17:25:30 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-08-31 17:25:30 +0300 |
commit | e286d8c5dca5220ab65c5aa35b4287f699626c62 (patch) | |
tree | 20cdc22382843d7f3d6ac921a4a5b15104a081e9 /scripts | |
parent | f63b8ed02b796ba9b8253032e1e1e81f28c3a7fd (diff) | |
download | mariadb-git-e286d8c5dca5220ab65c5aa35b4287f699626c62.tar.gz |
Update to get 3.23.23 to compile
acconfig.h:
Added better detection of compress
acinclude.m4:
Added better detection of compress
configure.in:
Added better detection of compress
include/my_pthread.h:
Fixed wrong prototype
mysys/my_pthread.c:
Added cast (for portability)
scripts/make_binary_distribution.sh:
Added missing conversion
sql-bench/compare-results.sh:
Update for new web site
sql/table.cc:
Removed extra free
Diffstat (limited to 'scripts')
-rwxr-xr-x | 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 a68df18c41a..8318ae3d696 100755 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -54,7 +54,7 @@ cp -r -p sql/share/* $BASE/share/mysql; rm -f $BASE/share/mysql/Makefile* $BASE/ 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 -$BASE/bin/replace \@localstatedir\@ ./data \@bindir\@ ./bin \@scriptdir\@ ./bin \@libexecdir\@ ./bin \@prefix\@ . < $SOURCE/scripts/mysql_install_db.sh > $BASE/scripts/mysql_install_db +$BASE/bin/replace \@localstatedir\@ ./data \@bindir\@ ./bin \@scriptdir\@ ./bin \@libexecdir\@ ./bin \@prefix\@ . \@HOSTNAME\@ @HOSTNAME@ < $SOURCE/scripts/mysql_install_db.sh > $BASE/scripts/mysql_install_db $BASE/bin/replace \@prefix\@ /usr/local/mysql \@bindir\@ ./bin \@MYSQLD_USER\@ root \@localstatedir\@ /usr/local/mysql/data < $SOURCE/support-files/mysql.server.sh > $BASE/support-files/mysql.server $BASE/bin/replace /my/gnu/bin/hostname /bin/hostname -- $BASE/bin/safe_mysqld |