summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* Mergejoerg@mysql.com2005-03-291-0/+28
|\
| * Post-review fix: Drop the duplicate assignment.joerg@mysql.com2005-03-291-2/+0
| |
| * Introduce "configure" support for a new '-with-big-tables' option that can ↵joerg@mysql.com2005-03-291-0/+30
| | | | | | | | | | | | | | | | | | 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.
* | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-03-261-2/+3
|\ \ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | upgrade zlib to 1.2.2serg@serg.mylan2005-03-231-2/+3
| | |
* | | Collection of changes per Bar and Serg.brian@zim.(none)2005-03-241-1/+1
| | |
* | | Additional storage engine called "blackhole". Customer request, and for that ↵brian@zim.(none)2005-03-221-0/+30
|/ / | | | | | | 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.
* | A fix for Bug#6273 "building fails on link": we should not usekonstantin@mysql.com2005-02-051-3/+13
| | | | | | | | | | CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when we use the bundled zlib.
* | backported configure flag from 5.0tulin@mysql.com2005-02-021-1/+6
| | | | | | | | | | | | workaround for HPUX signal.h error, missing extern "C" moved my_thread_end to NdbThreadExit more checks for shared memory transporter signum setup
* | automatically configure with shared memory transporter for ndb if functions ↵tomas@poseidon.ndb.mysql.com2004-12-201-18/+0
| | | | | | | | are available
* | wixed ndb-debug option for configuretomas@poseidon.ndb.mysql.com2004-12-061-5/+5
| |
* | added configure option to control extra ndb debug options,tomas@poseidon.ndb.mysql.com2004-12-031-0/+23
| | | | | | | | for release debug build please configure with --without-ndb-debug
* | changed compile order, mysqladmin with ndbcluster extensions needs ndb ↵tomas@poseidon.ndb.mysql.com2004-11-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | 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 configure switch for ndb port numbertomas@poseidon.ndb.mysql.com2004-11-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | 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
* | Fix for Bug#6408 "configure checking for custom zlib fails becausekonstantin@mysql.com2004-11-041-1/+1
| | | | | | | | code check is wrong".
* | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-2/+21
|\ \ | |/ | | | | | | | | | | Noteworthy: - New HANDLER code - New multi-update-grant-check code - Table lock code in ha_innodb.cc was not applied
| * make --with-openssl work with parameters as expected,hartmut@mysql.com2004-09-261-2/+21
| | | | | | | | | | | | old options for include path and library settings still work for backwards compatibility (fix for BUG #5494)
* | Hand mergemysql@mc04.(none)2004-09-201-18/+32
|\ \
| * \ Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbmysql@mc04.(none)2004-09-161-18/+32
| |\ \ | | | | | | | | | | | | into mc04.(none):/space/mysql/mysql-4.1-ndb
| | * | logging_ok:mikael@mc04.(none)2004-09-151-18/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Applied a few Netware patches.jani@rhols221.adsl.netsonic.fi2004-09-161-7/+4
|/ / /
* | | Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...)konstantin@mysql.com2004-09-151-39/+39
|/ /
* | Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-09-011-0/+35
|\ \ | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * | fixed two compiling bugs for libeditvva@eagle.mysql.r18.ru2004-08-311-0/+35
| | |
* | | Mergetomas@poseidon.(none)2004-08-241-3/+0
|\ \ \ | |/ /
| * | compatibility fixesserg@serg.mylan2004-08-241-3/+0
| | |
* | | Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-08-241-0/+24
|\ \ \ | |/ / | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * | fixed AC_DEFINE(HAVE_HIST_ENTRY) in acinclude.m4vva@eagle.mysql.r18.ru2004-08-251-1/+2
| | |
| * | fixed :vva@eagle.mysql.r18.ru2004-08-241-0/+23
| | | | | | | | | | | | | | | 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)
* | | further simplifications of ndb config and aligned usage of mysql datadir in ndbtomas@poseidon.(none)2004-08-231-0/+5
|/ /
* | Fix AC_DEFINE for CSV storage enginejoreland@mysql.com2004-08-151-1/+1
| |
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@avenger.(none)2004-08-131-0/+31
|\ \ | | | | | | | | | into avenger.(none):/export/brian/tina-4.1
| * | This is the addition of the CSV engine "aka tina". Its an example engine ↵brian@avenger.(none)2004-08-121-0/+31
| | | | | | | | | | | | that works as a plain text file.
* | | Fixing MYSQL_CHEKC_ZLIB_DIR to take into account user settings (in case therekonstantin@mysql.com2004-07-281-2/+2
| | | | | | | | | | | | are such)
* | | acinclude.m4:konstantin@mysql.com2004-07-271-1/+1
| | | | | | | | | | | | another spelling mistake fixed
* | | WL#1518 "make bundled zlib usable for unix builds", post review fixes:konstantin@mysql.com2004-07-271-50/+72
| | | | | | | | | | | | | | | | | | | | | - 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
* | | WL#1518, "make bundled zlib usable for unix builds": konstantin@mysql.com2004-07-241-23/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ;)
* | | All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED.konstantin@mysql.com2004-07-231-42/+55
| | | | | | | | | | | | Use of acconfig.h is deprecated in modern autotools (a cleaner patch).
* | | a line left from manual merge removedkonstantin@mysql.com2004-07-211-1/+0
|/ /
* | Merge with 4.0 to get the latest bug patches to 4.1monty@mysql.com2004-06-251-2/+3
|\ \ | |/
| * - Applied some portability fixes for SGI IRIX/MipsPro compilerlenz@mysql.com2004-06-221-2/+3
| | | | | | | | | | (e.g. a fix for BUG#3507 and some modifications recommended by Andrea Suatoni and Joerg Behrens - thank you!)
* | A typo fixed.konstantin@mysql.com2004-06-201-2/+2
| |
* | bug fix in ndb maketomas@poseidon.bredbandsbolaget.se2004-06-161-1/+1
| |
* | ndb fixes for make disttomas@mc05.(none)2004-06-151-0/+16
| |
* | mergedserg@serg.mylan2004-06-111-0/+1
|\ \
| * | one more ndb-isolating fixserg@serg.mylan2004-06-051-0/+1
| | |
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@brian-akers-computer.local2004-06-051-0/+30
|\ \ \ | |/ / |/| | | | | into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
| * | First commit of archive example. Archive is a simple storage engine that ↵brian@avenger.(none)2004-05-201-0/+30
| | | | | | | | | | | | handles inserts and selects.
* | | several ndb make changes, see respective filetomas@poseidon.bredbandsbolaget.se2004-06-021-0/+16
| | |
* | | various ndb make changes, see respective filetomas@poseidon.ndb.mysql.com2004-06-011-1/+1
| | |