diff options
author | monty@hundin.mysql.fi <> | 2001-11-08 00:43:27 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-08 00:43:27 +0200 |
commit | 29c527cf8de66e4366d706dce9912c674ffa86ea (patch) | |
tree | 4256407712f263667aa29c5ed80583c79a0ac81a /BUILD | |
parent | 55180ca1b31eb00c79c370f7cbfb1c706d9d361f (diff) | |
download | mariadb-git-29c527cf8de66e4366d706dce9912c674ffa86ea.tar.gz |
Fix wrong memory allocation in SHOW OPEN TABLES
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-alpha-cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx index 971b8b4ab3a..250b092fe2a 100755 --- a/BUILD/compile-alpha-cxx +++ b/BUILD/compile-alpha-cxx @@ -6,8 +6,8 @@ aclocal; autoheader; aclocal; automake; autoconf CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared -make -rm */.deps/* +make -j2 +find . -name ".deps" | xargs rm -r make if [ $? = 0 ] then |