diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-28 03:47:15 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-28 03:47:15 +0200 |
commit | 38da1f9853ec773e6c32cdf931b1fafef2736995 (patch) | |
tree | 1591378c44e709fb0ac9df322ad1e001c517ae50 /BUILD/compile-alpha-debug | |
parent | da9b7e0c87b8fe7349256c3068aed09d02fb3a47 (diff) | |
download | mariadb-git-38da1f9853ec773e6c32cdf931b1fafef2736995.tar.gz |
Fix for IO_CACHE.
Portability fixes.
BUILD/compile-alpha-debug:
Update to newer version
libmysqld/lib_vio.c:
dbug_assert -> DBUG_ASSERT
mysql-test/r/symlink.result:
Update for new tests
mysql-test/t/symlink.test:
Update for new test format
mysys/mf_iocache2.c:
Fixed bug when reading in old buffer
sql-bench/test-transactions.sh:
Update with delete tests
sql/mysqld.cc:
Updates for amiga
sql/sql_string.cc:
Fix typo
sql/stacktrace.c:
Portability fix
Diffstat (limited to 'BUILD/compile-alpha-debug')
-rwxr-xr-x | BUILD/compile-alpha-debug | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BUILD/compile-alpha-debug b/BUILD/compile-alpha-debug index 06b5a10675e..60d1b9af659 100755 --- a/BUILD/compile-alpha-debug +++ b/BUILD/compile-alpha-debug @@ -1,7 +1,8 @@ +/bin/rm -f */.deps/*.P */*.o make -k clean -/bin/rm -f */.deps/*.P -/bin/rm -f config.cache +/bin/rm -f */.deps/*.P */*.o +/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz aclocal; autoheader; aclocal; automake; autoconf -CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex +CFLAGS=-O1 CC=gcc CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex --without-extra-tools make |