mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
38da1f9853
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
8 lines
420 B
Text
Executable file
8 lines
420 B
Text
Executable file
/bin/rm -f */.deps/*.P */*.o
|
|
make -k clean
|
|
/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=-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
|