mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
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:
parent
b6287ade89
commit
8c02fad253
4 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue