summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge 4.1 to 5.0.pem@mysql.com2003-12-191-1/+1
|\
| * Merge with 4.0.17monty@mysql.com2003-12-171-1/+1
| |\
| | * Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)monty@mysql.com2003-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815)
| * | - Bumped up version number in configure.in 4.1.1-alpha -> 4.1.2-alphalenz@kallisto.local2003-12-041-1/+1
| | | | | | | | | | | | - tagged ChangeSet 1.1641 as "mysql-4.1.1"
* | | Merge 4.1 to 5.0pem@mysql.com2003-12-011-1/+1
|\ \ \ | |/ /
| * | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
* | | Merging 4.1->5.0.pem@mysql.com2003-11-191-8/+10
|\ \ \ | |/ / |/| |
| * | Merging 4.1->5.0pem@mysql.com2003-10-221-8/+10
| |\ \
| | * \ Merging 4.1 -> 5.0pem@mysql.com2003-09-241-8/+10
| | |\ \
| | | * \ Merge 4.1 into 5.0pem@mysql.com2003-08-261-8/+10
| | | |\ \
| | | | * \ Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-081-8/+10
| | | | |\ \
| | | | | * | Reviewed Novell-supplied patch for 5.0 treegreg@mysql.com2003-05-291-1/+0
| | | | | | |
| | | | | * | rlyon-5.0.0-alpha.patchgreg@mysql.com[greg]2003-05-291-7/+10
| | | | | | |
| | | | | * | Merged 4.1 into 5.0.pem@mysql.com2003-04-161-1/+1
| | | | | |\ \
| | | | | * \ \ Merged 4.1 into 5.0.pem@mysql.com2003-03-271-1/+1
| | | | | |\ \ \
| | | | | | * \ \ Merged 4.1 -> 5.0.pem@mysql.com2003-03-181-1/+1
| | | | | | |\ \ \
| | | | | | | * \ \ Merging 4.1 into 5.0pem@mysql.com2003-02-181-1/+1
| | | | | | | |\ \ \
| | | | | | | | * \ \ Mergepem@mysql.com2003-01-091-1/+1
| | | | | | | | |\ \ \
| | | | | | | | | * \ \ Merge from 4.1.pem@mysql.com2002-11-291-1/+1
| | | | | | | | | |\ \ \
| | | | | | | | | | * \ \ Merged 4.1 into 5.0.pem@mysql.com2002-11-191-1/+1
| | | | | | | | | | |\ \ \
| | | | | | | | | | | * | | configure.in Updated for 5.0mwagner@work.mysql.com2002-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | post-commit Updated for 5.0 post-commit Removed truncate for commits to internal lists (for complete code reviews)
* | | | | | | | | | | | | | Merge with 4.0monty@narttu.mysql.fi2003-11-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Call my_sync() after all data is written to .frm filemonty@mysql.com2003-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
| * | | | | | | | | | | | - bumped up version number in configure.in to to 4.0.17 now thatlenz@mysql.com2003-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.0.16 has been tagged and released - tagged ChangeSet 1.1576.1.5 as "mysql-4.0.16"
| * | | | | | | | | | | | Safety fix to detect multiple calls to my_thread_end()monty@mashka.mysql.fi2003-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Portability fix (For Mac OS X)
* | | | | | | | | | | | | merge with 4.0 for more memory allocation variables.monty@mashka.mysql.fi2003-10-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Add new user variables for tuning memory usage:monty@mashka.mysql.fi2003-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size Add more checks for "out of memory" detection in range optimization
* | | | | | | | | | | | | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | / / / / / / / / / / / | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
| * | | | | | | | | | | Portability fixes:lenz@mysql.com2003-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed "-traditional-cpp" from the darwin6 compile flags, as it broke compilation with gcc-3.3 on Mac OS X and does not seem to be required in general. - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, as the embedded server library (libmysqld.a) includes C++ code. This broke compilation with non-gcc compilers.
* | | | | | | | | | | | configure.in:bar@bar.mysql.r18.ru2003-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the problem with errmsg compilation
* | | | | | | | | | | | merge with 4.0.15monty@mashka.mysql.fi2003-09-111-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | - Updated version number to 4.0.16 now that 4.0.15 has been releasedlenz@mysql.com2003-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tagged ChangeSet 1.1556 as mysql-4.0.15
| * | | | | | | | | | | Change set for gcc patch on OpenUNIX and UnixWare SCO is the OS vendor.gerberb@ou800.zenez.com2003-09-031-2/+12
| | | | | | | | | | | |
* | | | | | | | | | | | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | / / / / / / / / / / | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add detection of in_addr_tmonty@narttu.mysql.fi2003-08-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support
* | | | | | | | | | | - make sure that both libedit and readline are added to the sourcelenz@kallisto.local2003-08-201-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distribution. libedit is used by default, one needs to use "--with-readline" when compiling with readline instead.
* | | | | | | | | | | mergemonty@mashka.mysql.fi2003-08-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implemented UTC_TIME, UTC_DATE and UTC_TIMESTAMP functions (WL#345)dlenev@dlenev.mshome2003-08-111-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-11/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | - tagged ChangeSet 1.1527.1.3 as "mysql-4.0.14"lenz@mysql.com2003-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bumped up version number in configure.in to 4.0.15
| * | | | | | | | | Status query on killed mysql connection results in segmentation fault (Bug #738)monty@narttu.mysql.fi2003-07-041-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug #766) Fixed server crash on purge master logs or show master logs when binlog is off. (Bug #733)
| * | | | | | | | | - reverted change from AC_CONFIG_HEADERS to AM_CONFIG_HEADER in configure.inlenz@mysql.com2003-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | again - even though the automake docs consider AM_CONFIG_HEADER obsolete, it currently still breaks for too many people to justify this change at the moment.
| * | | | | | | | | - replaced obsolete Macro AM_CONFIG_HEADER with AC_CONFIG_HEADERSlenz@mysql.com2003-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added missing function name in checking for sem_init in posix4 libs on Solaris
* | | | | | | | | | - added sql-common subdirectory and sql_common.h to source distributionlenz@kallisto.local2003-06-181-3/+5
| | | | | | | | | |
* | | | | | | | | | merge with public treemonty@narttu.mysql.fi2003-06-051-3/+11
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-3/+11
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.0guilhem@mysql.com2003-05-231-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| | | * | | | | | | | | Outcome of discussions with Lenz and Monty about handling ccache in the ↵guilhem@mysql.com2003-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build commands.
| | * | | | | | | | | | - Portability fix: FreeBSD 4.8-STABLE (480101) and 5.0-CURRENT (500110)lenz@mysql.com2003-05-231-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now have a thread safe realpath(3) implementation - added check to only define -DHAVE_BROKEN_REALPATH where required (thanks to Martin Blapp from the FreeBSD team for the patch)