| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
replace
the current way of passing '-DBIG_TABLES' to the compilers.
This is needed even in 4.0, as 'Do-compile-all' must use this new approach for
all "max" builds in 4.0, 4.1, and up.
|
|\ \
| | |
| | |
| | | |
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
|
| |
| |
| |
| |
| | |
CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when
we use the bundled zlib.
|
| |
| |
| |
| |
| |
| | |
workaround for HPUX signal.h error, missing extern "C"
moved my_thread_end to NdbThreadExit
more checks for shared memory transporter signum setup
|
| |
| |
| |
| | |
are available
|
| | |
|
| |
| |
| |
| | |
for release debug build please configure with --without-ndb-debug
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to be compiled first
added libs variable for ndbmgmclient used by mysqladmin
add linkage with @ndb_mgmclient_libs@
additional options for ndbcluster
added support for managing the cluster to mysqladmin
added DEFINE_CXA_PURE_VIRTUAL flag to CFLAGS to enable linkage with c++ libs
use macros for C_MODE_START/END so that define of FIX_GCC_LINKING_PROBLEM works in c-programs
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
added new variable for ndb port 1186
changed meaning of ndb_port_base to be default tcp port setting
changed to use split between port and port_base for ndbcluster
so that ndb_port and ndb_port_base are propagated to startscript for ndbcluster
added larger space to pid print
moved readAndExecute out of CommandInterpreter to avoid linking lib with readline
added c-api to Ndb_mgmclient
pass also ndb_port to make
|
| |
| |
| |
| | |
code check is wrong".
|
|\ \
| |/
| |
| |
| |
| |
| | |
Noteworthy:
- New HANDLER code
- New multi-update-grant-check code
- Table lock code in ha_innodb.cc was not applied
|
| |
| |
| |
| |
| |
| | |
old options for include path and library settings still
work for backwards compatibility
(fix for BUG #5494)
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | | |
into mc04.(none):/space/mysql/mysql-4.1-ndb
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Logging to logging@openlogging.org accepted
SCI_Transporter.hpp, SCI_Transporter.cpp:
Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
TransporterRegistry.cpp:
Some fixes for wrap around needed plus DBUG handling
TCP_Transporter.hpp, TCP_Transporter.cpp:
Added DBUG statements
SHM_Transporter.hpp, SHM_Transporter.cpp:
Fixed SHM Transporter
SHM_Buffer.hpp:
Fixed SHM Buffer to handle wrap around properly
IPCConfig.cpp:
Fixed up config of SCI
SocketServer.cpp:
Added DBUG support for SocketServer threads
ConfigInfo.cpp:
Config changes for SCI
TransporterDefinitions.hpp, mgmapi_config_parameters.h:
SCI fixes
Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
Added SCI library path to Makefiles
configure.in:
Fixed small bug with shared mem and sci together in configure
acinclude.m4:
Added possibility of providing SCI library path in confgure
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/jonas/src/mysql-4.1-ndb
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
into mysql.com:/home/jonas/src/mysql-4.1-ndb
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Bug #3937 fails to compile with both gcc 3.3.3/icc8
Bug #4728 mysql couldn't be compiled using system readline (readline-4.3)
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | | |
into avenger.(none):/export/brian/tina-4.1
|
| | |
| | |
| | |
| | | |
that works as a plain text file.
|
| | |
| | |
| | |
| | | |
are such)
|
| | |
| | |
| | |
| | | |
another spelling mistake fixed
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- comment for AC_DEFINE(HAVE_COMPRESS) fixed
- build convenience library from zlib: we need to compile it into both
libmysqlclient.a and libmysqlclient.so
- --with-zlib-dir=bundled configure option
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
required autotools macro written and deployed in all apropriate Makefile.ams.
Use cases checked:
- linux, standard location of zlib, no ndb
- linux, standard locatoin of zlib, with ndb
- linux, non-standard location of zlib, no ndb
- hpux11, use of bundled zlib, no ndb
The only non-checked case is non-standard location of zlib (or use of bundled
zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts
like AIX52 or HPUX11, where such a check is possible. It didn't compile
there before as these systems dont't have installed zlib, so nothing got broken ;)
|
| | |
| | |
| | |
| | | |
Use of acconfig.h is deprecated in modern autotools (a cleaner patch).
|
|/ / |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
(e.g. a fix for BUG#3507 and some modifications recommended
by Andrea Suatoni and Joerg Behrens - thank you!)
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
|
| | |
| | |
| | |
| | | |
handles inserts and selects.
|
| | | |
|
| | | |
|