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.
This commit is contained in:
unknown 2001-11-08 00:43:27 +02:00
commit 8c02fad253
4 changed files with 12 additions and 5 deletions

View file

@ -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