summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-11-08 00:43:27 +0200
committerunknown <monty@hundin.mysql.fi>2001-11-08 00:43:27 +0200
commit8c02fad2533b020625a2f9deb7c99fb700518b14 (patch)
tree4256407712f263667aa29c5ed80583c79a0ac81a /BUILD
parentb6287ade897c04a37878aa4773c605c4b97c533d (diff)
downloadmariadb-git-8c02fad2533b020625a2f9deb7c99fb700518b14.tar.gz
Fix wrong memory allocation in SHOW OPEN TABLES
BUILD/compile-alpha-cxx: Fix for Alpha ccc configure.in: Remove not used libraries mysql-test/r/innodb.result: Fix test case sql/sql_base.cc: Fix wrong memory allocation in SHOW OPEN TABLES.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-alpha-cxx4
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