summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-4.1matt@mysql.com2005-05-181-0/+1
|\ | | | | | | into mysql.com:/data0/mysqldev/my/mysql-4.1-build
| * - added a check for "u_int32_t" to configure.in that will define lenz@mysql.com2005-05-121-0/+1
| | | | | | | | | | HAVE_U_INT32_T when available (needed to fix a double typedef in libedit)
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-05-101-0/+3
|\ \ | | | | | | | | | into mysql.com:/Users/kent/mysql/cw/mysql-4.1
| * | Makefile.am, configure.in:kent@mysql.com2005-05-101-0/+3
| |/ | | | | | | Enable creation of embedded lib when --with-darwin-mwcc
* | configure.in:kent@mysql.com2005-05-091-1/+1
|/ | | | Bumped up version number to indicate 4.1.12 was branched off
* Added cp932 character setshuichi@mysql.com2005-05-051-2/+11
|
* terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:kent@mysql.com2005-05-051-2/+21
| | | | Initial Metrowerks CodeWarrior compiler support
* CAST(string_argument AS UNSIGNED) didn't work for big integers above the ↵monty@mysql.com2005-04-291-0/+3
| | | | | | | | signed range. (Bug #7036) Produce warnings of wrong cast of strings to signed/unsigned. Don't block not resolved IP's if DNS server is down (Bug #8467) Fix compiler problems with MinGW (Bug #8872)
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1msvensson@neptunus.(none)2005-04-271-61/+94
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| * Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1joerg@mysql.com2005-04-261-61/+94
| |\ | | | | | | | | | into mysql.com:/M41/mysql-4.1
| | * Step 3 of the switch to support configuration with NPTL:joerg@mysql.com2005-04-221-53/+85
| | | | | | | | | | | | | | | | | | | | | Change "configure.in". The branches for Tru64 (ex: OSF/1) and Linux are separated, and for Linux 'getconf GNU_LIBPTHREAD_VERSION' is used to tell between Linuxthreads and NPTL.
| | * Step 2 of the switch to support configuration with NPTL:joerg@mysql.com2005-04-201-0/+1
| | | | | | | | | | | | | | | | | | Define a new CPP symbol that the target OS is Linux, and use it where only the OS matters and not the threads Library. Until now, 'HAVE_LINUXTHREADS' was used to indicate "Target is Linux" in many places. When we support configuration with NPTL but no Linuxthreads, this misuse must cease.
| | * Step 1 of the switch to support configuration with NPTL:joerg@mysql.com2005-04-201-9/+9
| | | | | | | | | | | | Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
* | | Merge neptunus.(none):/home/msvensson/mysql/bug8162msvensson@neptunus.(none)2005-04-271-2/+9
|\ \ \ | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| * | | Bug #8162 MySQL cannot be compiled without readlinemsvensson@neptunus.(none)2005-04-271-2/+9
| | |/ | |/| | | | | | | - Display error if system readline or libedit can't be found
* | | Merge neptunus.(none):/home/msvensson/mysql/bug9954msvensson@neptunus.(none)2005-04-271-1/+1
|\ \ \ | |_|/ |/| | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| * | Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portablemsvensson@neptunus.(none)2005-04-271-1/+1
| |/ | | | | | | | | | | - Changed makelist.sh - Bump up required version of autoconf - Use new style to init mutex in my_thr_init
* | Fix compile issues in Intel C/C++ compiler (Bug #9063)jimw@mysql.com2005-04-251-0/+2
|/
* - bumped up version number to 4.1.12 (4.1.11 has been released already)lenz@mysql.com2005-04-131-2/+2
|
* Manual merge of the ChangeSet to remove the dependency on manual.texi from ↵lenz@mysql.com2005-04-131-1/+1
|\ | | | | | | the source tree (from 4.0)
| * - manual.texi will be replaced with a manual written in DocBook/XML. This ↵lenz@mysql.com2005-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | ChangeSet removes all references to the .texi file and the build targets that depend on manual.texi as the input file. - added COPYING as a regular file instead of creating it during the build. This ensures that it's part of the sources when pulling from BK (it used to be extracted from the manual) - Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images) - added a dummy mysql.info placeholder file (the info file is still used as the source to extract various text files during the build). It will be replaced with a "real" file during the Bootstrap process to create the official source distribution - the placeholder just satisfies build dependencies.
* | In configure.in, don't remove $AVAILABLE_LANGUAGES_ERRORS_RULES at endgbichot@quadita2.mysql.com2005-04-111-1/+0
| | | | | | | | | | | | | | because config.status may later need this file (if it does not find it it won't incorporate dependencies of errmsg.sys in sql/share/Makefile) (thx Serg). In sql/share/Makefile.am using "all:" leads to double-"all:" in Makefile (thx Konstantin).
* | Add missing parts for the "Cybozu" custom build, to avoid future manual patches.joerg@mysql.com2005-04-081-10/+17
| |
* | Mergejoerg@mysql.com2005-03-291-0/+1
|\ \ | |/
| * Introduce "configure" support for a new '-with-big-tables' option that can ↵joerg@mysql.com2005-03-291-0/+1
| | | | | | | | | | | | | | | | | | 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.
| * - bumped up version number in configure.in from 4.0.24 -> 4.0.25 (ChangeSet ↵lenz@mysql.com2005-03-081-1/+1
| | | | | | | | | | | | 1.2073 was already tagged as 4.0.24)
| * configure.in:marko@hundin.mysql.fi2005-01-271-2/+2
| | | | | | | | | | | | | | | | Add -DDBUG_ON to CXXFLAGS whenever it is added to CFLAGS. Thus, sql/ha_innodb.cc will be compiled with the same setting of UNIV_DEBUG as the rest of InnoDB, i.e., --with-debug enables InnoDB ut_ad() assertions everywhere.
| * configure.in:mwagner@here.mwagner.org2004-12-201-1/+1
| | | | | | | | Increment from 4.0.23 to 4.0.24
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@zim.(none)2005-03-241-0/+1
|\ \ | | | | | | | | | into zim.(none):/home/brian/mysql/mysql-4.1
| * | Additional storage engine called "blackhole". Customer request, and for that ↵brian@zim.(none)2005-03-221-0/+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.
* | | configure.in:kent@mysql.com2005-03-091-1/+7
|/ / | | | | | | bug#5102, bug#6862 define HAVE_VIS_H to libedit only if header and strvis() exists
* | A way not to compile UCA collationsbar@mysql.com2005-02-181-0/+18
| |
* | 1) Tag the 4.1.10 released version: bk tag -r 1.2159.8.1 "mysql-4.1.10"joerg@mysql.com2005-02-151-2/+2
| | | | | | | | 2) Raise the version number to 4.1.11.
* | A fix for Bug#6273 "building fails on link": we should not usekonstantin@mysql.com2005-02-051-6/+10
| | | | | | | | | | CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when we use the bundled zlib.
* | Merge mysql.com:/data0/mysqldev/my/mysql-4.1lenz@mysql.com2005-02-021-2/+2
|\ \ | | | | | | | | | into mysql.com:/data0/mysqldev/my/mysql-4.1-build
| * | Use -DUNIV_DEBUG (extra debugging for InnoDB) when configuring with --debug=fullmonty@mysql.com2005-02-021-2/+2
| | |
* | | fix linkerror on sol9x86tulin@mysql.com2005-02-021-0/+9
|/ /
* | configure.inserg@serg.mylan2005-02-021-2/+2
| | | | | | | | | | | | | | | | don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore sql/mysqld.cc hide from the user options that do nothing sql/sql_update.cc better fix for uninitialized used_index
* | Remove unused configure.in name TOOLS_LIBS.konstantin@mysql.com2005-01-281-10/+0
| |
* | Only enable Innodb extra debugging when using the --debug=full configure optionmonty@mysql.com2005-01-261-2/+2
| |
* | Added -DDBUG_ON to CXXFLAGS when compiling with debuggingmonty@mysql.com2005-01-261-2/+2
| | | | | | | | This fixes a memory allocation bug in Innobase as structs was defined differently in .c and .cc files
* | configure.in:bar@mysql.com2005-01-201-1/+1
| | | | | | | | | | | | Add SJIS version of Japanese error messages. Windows version should include this new file, instead of the EUC-JP version.
* | bug#7693 - ndb joreland@mysql.com2005-01-191-2/+5
| | | | | | | | when using shm transporter, set sigmask on each thread using pthread_sigmask
* | Fix 'make distclean' goal.konstantin@mysql.com2005-01-181-1/+1
| |
* | bumped up ndb versiontomas@poseidon.ndb.mysql.com2005-01-141-1/+1
| | | | | | | | compatible with 4.1.9
* | - bumped up the version number in configure.in from 4.1.9 to 4.1.10lenz@mysql.com2005-01-131-1/+1
| | | | | | | | - tagged ChangeSet 1.2207 as "mysql-4.1.9"
* | bug#7690 - ndb startup with shm, use sigaction to escape SA_RESETHANDjoreland@mysql.com2005-01-071-2/+3
| |
* | Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1joerg@mysql.com2004-12-301-1/+15
|\ \
| * | Clean up the handling of "server" and "client" directories, while still ↵joerg@mysql.com2004-12-301-1/+15
| | | | | | | | | | | | | | | | | | | | | avoiding the double listing of common directories in 'SUBDIRS' macro ("make distclean" had failed due to that). Solves bug#7368: "regex make error in 4.1.8"
* | | - make sure that MYSQL_VERSION_ID created by "configure" does not contain anylenz@mysql.com2004-12-271-1/+1
|/ / | | | | | | | | | | non-numerical characters (if $VERSION was e.g. "4.1.8a", $MYSQL_VERSION_ID resulted in "40108a", which broke the build as MYSQL_VERSION_ID must be numerical)