summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* merge with 4.1monty@mysql.com2004-10-291-15/+40
|\
| * Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1lenz@mysql.com2004-10-261-1/+1
| |\ | | | | | | | | | into mysql.com:/space/my/mysql-4.1
| | * - Bumped up version number to 4.1.8 in configure.inlenz@mysql.com2004-10-261-1/+1
| | | | | | | | | | | | - tagged ChangeSet 1.2029 as "mysql-4.1.7"
| * | A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
| * configure.in:mwagner@here.mwagner.org2004-10-221-1/+1
| | | | | | | | 4.1.7 leaves gamma.
| * Add extra include on OSF1 (to let c++ program use stdint.h)tomas@poseidon.ndb.mysql.com2004-10-221-0/+1
| |
| * workaround for Sun Forte compile problem for ndb on solaris 2.10tomas@poseidon.ndb.mysql.com2004-10-211-1/+5
| |
| * Merge with 4.0monty@mysql.com2004-10-201-2/+2
| |\
| | * the $^ directive is a GNU make extension and not really needed herehartmut@mysql.com2004-10-151-2/+2
| | | | | | | | | | | | so lets get rid of it (Bug #6112)
| * | bumped up ndb version to 3.5.3tomas@poseidon.ndb.mysql.com2004-10-181-1/+1
| | |
| * | TAG:matt@mysql.com2004-10-151-1/+1
| | | | | | | | | | | | | | | | | | Tagged ChangeSet 1.2091 as mysql-4.1.6 configure.in: Updated version string to 4.1.7
| * | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-0/+15
| |\ \ | | |/ | | | | | | | | | | | | | | | Noteworthy: - New HANDLER code - New multi-update-grant-check code - Table lock code in ha_innodb.cc was not applied
| | * added --without-man option similar to --without-docshartmut@mysql.com2004-09-261-0/+15
| | | | | | | | | | | | (part of BUG#5379)
| | * configure.in:matt@mysql.com2004-09-101-1/+1
| | | | | | | | | | | | Updated to 4.0.22
| | * Correct a typo error: cpp symbol is "BIG_TABLES", not "BIG_FILES"joerg@mysql.com2004-09-011-2/+2
| | | | | | | | | | | | (backport from 4.1).
| * | last try didnt worktomas@poseidon.ndb.mysql.com2004-10-051-1/+1
| | |
| * | bumped up version to 3.5.2tomas@poseidon.ndb.mysql.com2004-10-051-2/+2
| | | | | | | | | | | | removed staus flag
| * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-09-241-1/+1
| |\ \ | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
| | * | - Bumped up version number: 4.1.5 -> 4.1.6 (still keeping the "gamma"lenz@mysql.com2004-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | label for now) - tagged ChangeSet 1.2015.1.10 as "mysql-4.1.5"
| * | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbmysql@mc04.(none)2004-09-161-2/+2
| |\ \ \ | | |/ / | |/| | | | | | into mc04.(none):/space/mysql/mysql-4.1-ndb
| | * | logging_ok:mikael@mc04.(none)2004-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...)konstantin@mysql.com2004-09-151-3/+3
| | | |
| * | | Persian collation, contibuted by Jody McIntyrebar@mysql.com2004-09-131-2/+2
| | | |
| * | | configure.in:tomas@poseidon.(none)2004-09-101-1/+1
| |/ / | | | | | | | | | bumped up version to 3.5.1
| * | mergejoreland@mysql.com2004-09-061-7/+2
| |\ \
| * \ \ Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-09-011-4/+5
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * \ \ \ Mergetomas@poseidon.(none)2004-08-241-2/+18
| |\ \ \ \
| * \ \ \ \ Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-08-241-0/+19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * \ \ \ \ \ mergejoreland@mysql.com2004-08-241-2/+2
| |\ \ \ \ \ \
| * | | | | | | further simplifications of ndb config and aligned usage of mysql datadir in ndbtomas@poseidon.(none)2004-08-231-2/+7
| | | | | | | |
* | | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@avenger.(none)2004-10-011-138/+207
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into avenger.(none):/export/brian/mysql/schema-5.0
| * \ \ \ \ \ \ \ Merge with 4.1monty@mysql.com2004-09-061-138/+207
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | (Includes merge of arena code in 4.1 and 5.0)
| | * | | | | | | define macro "DEFINE_ALL_CHARACTER_SETS" in the configure.in completelyvva@eagle.mysql.r18.ru2004-09-041-2/+2
| | | | | | | | |
| | * | | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1vva@eagle.mysql.r18.ru2004-09-031-7/+0
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
| | | * | | | | | | 1. discarded term.h from the distributionvva@eagle.mysql.r18.ru2004-09-031-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. changed key_* to el_ley_* in the libedit key.h (because it's in the conflict with the aix definitions) 3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h 4. added definition of MIN in the cmd-line-utils/libedit/read.c (if it wasn't defined yet) 5. discarded definition of SUNOS macro from configure.in (now we don't include term.h in the el.h at all)
| | * | | | | | | | Merge with 4.0monty@mysql.com2004-09-011-0/+2
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | / | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Compile all charset conversion tables if --with-extra-charsets=allbar@mysql.com2004-08-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or --with-extra-charsets=complex is given.
| | * | | | | | | - bumped up version number in configure.in to "4.1.5-gamma"lenz@mysql.com2004-08-311-1/+1
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | - tagged ChangeSet@1.2013 as "mysql-4.1.4"
| | * | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1vva@eagle.mysql.r18.ru2004-08-311-0/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
| | | * | | | | | fixed two compiling bugs for libeditvva@eagle.mysql.r18.ru2004-08-311-0/+1
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Correct a typo error: cpp symbol is "BIG_TABLES", not "BIG_FILES".joerg@mysql.com2004-08-301-2/+2
| | | | | | | |
| | * | | | | | configure.in:bar@mysql.com2004-08-301-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Ascii was written twice
| | * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-08-251-2/+18
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_libedit/mysql-4.1.clear
| | | * | | | fixed AC_DEFINE's for libedit-2.6.7vva@eagle.mysql.r18.ru2004-08-241-2/+2
| | | | | | |
| | | * | | | added skipped macro for new libedit-2.6.7 in configure.invva@eagle.mysql.r18.ru2004-08-241-0/+16
| | | | | | |
| | | * | | | upgrade to libedit-2.6.7vva@eagle.mysql.r18.ru2004-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (fixed Bug #4462 libedit compile failure)
| | * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-08-241-0/+19
| | |\ \ \ \ \ | | | |/ / / / | | | | | | / | | | |_|_|/ | | |/| | | into eagle.mysql.r18.ru:/home/vva/work/BUG_libedit/mysql-4.1.clear_v2
| | | * | | fixed :vva@eagle.mysql.r18.ru2004-08-241-0/+19
| | | | |/ | | | |/| | | | | | | | | | | | | | | | 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)
| | * | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@avenger.(none)2004-08-231-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | into avenger.(none):/export/brian/mysql/4.1
| | | * | | Changing version information.brian@avenger.(none)2004-08-231-1/+1
| | | |/ /