summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge 5.1-build up into 5.4-build ("trunk-build").Joerg Bruehe2009-09-281-4/+10
|\
| * Upmerge 5.0-build -> 5.1-build.Joerg Bruehe2009-09-281-1/+2
| |\
| | * Merge the fix for bug#47137 into 5.0-buildJoerg Bruehe2009-09-281-1/+2
| | |\ | | | | | | | | | | | | Solaris binary packages should be compiled with '-g0', not '-g'
| | | * Fix bug#47137Joerg Bruehe2009-09-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Solaris binary packages should be compiled with '-g0', not '-g' The main fix for this is done in the build tools, but in the sources it affects "configure.in" which sets "DEBUG_CXXFLAGS" to be used in all debug builds.
| | * | Raise version number after cloning 5.0.86hery.ramilison@sun.com2009-09-081-2/+2
| | |/
| | * Raise version number after cloning 5.0.85sunanda.menon@sun.com2009-08-111-2/+2
| | |
| | * Raise version number after cloning 5.0.84sunanda.menon@sun.com2009-07-071-2/+2
| | |
| * | Fix bug#46980Joerg Bruehe2009-09-171-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option "--without-server" still not working in 5.1 The general approach is to make sure that source files which require thread support are only compiled if the build really needs thread support, which means when the server is built or a thread-safe client library. This required several changes: - Make sure the subdirectories "storage/" and "plugin/" are only processed if the server is built, not ifclient-only. - Make the compilation of some modules which inherently require threading depend on thread supportin the build. - Separate the handling of threading in "configure.in" from that of server issues, threading is also needed in a non-server build of a thread-safe client library. Also, "libdbug" must get built even in a client-only build, so "dbug/" must be in the list of client directories. In addition, calls to thread functions in source files which can be built without thread support must use the wrapper functions which handle the non-threaded build. So the modules "client/mysqlimport.c" and "client/mysqlslap.c" must call "my_thread_end()" only via "mysql_thread_end()".
| * | Raise version number after cloning 5.1.39Jonathan Perkin2009-09-031-1/+1
| | |
| * | Raise version number after cloning 5.1.38karen.langford@sun.com2009-08-121-1/+1
| | |
| * | Raise version number after cloning 5.1.37timothy.smith@sun.com2009-07-131-1/+1
| | |
* | | Update version in configure.in.Alexander Nozdrin2009-09-231-1/+1
| | |
* | | Update version.Alexander Nozdrin2009-09-221-1/+1
| | |
* | | Raise version number after cloning 5.4.2-betajoerg.bruehe@sun.com2009-08-261-1/+1
| | |
* | | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-5/+39
|\ \ \ | |/ / | | | | | | | | | | | | | | | bzr branch mysql-5.1-performance-version mysql-trunk # Summit cd mysql-trunk bzr merge mysql-5.1-innodb_plugin # which is 5.1 + Innodb plugin bzr rm innobase # remove the builtin Next step: build, test fixes.
| * | Merge from main branchChristoffer Hall2009-06-291-5/+19
| |\ \
| | * \ Automerge.Alexey Kopytov2009-06-261-4/+18
| | |\ \
| | | * \ Automerge.Alexey Kopytov2009-06-261-4/+18
| | | |\ \ | | | | |/
| | | | * Bug #41710: MySQL 5.1.30 crashes on the latest OpenSolaris 10 Alexey Kopytov2009-06-181-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the default optimization level for Sun Studio to "-O1". This is a workaround for a Sun Studio bug (see bug #41710 comments for details): 1. Use $GCC instead of $ac_cv_prog_gcc to check for gcc, since the first one is the only documented way to do it. 2. Use $GXX instead of $ac_cv_prog_cxx_g to check for g++, since the latter is set to "yes" when the C++ compiler accepts "-g" which is the case for both g++ and CC. 3. When building with Sun Studio, set the default values for CFLAGS/CXXFLAGS to "-O1", since unlike GCC, Sun Studio interprets "-O" as "-xO3" (see the manual pages for cc and CC).
| | | | * Raise version number after cloning 5.0.83hery.ramilison@sun.com2009-05-291-2/+2
| | | | |
| | | | * Raise version number after cloning 5.0.82karen.langford@sun.com2009-05-071-2/+2
| | | | |
| | | | * Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-2/+39
| | | | |\ | | | | | | | | | | | | | | | | | | adventure.
| | | | | * Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-6/+30
| | | | | |
| | | | | * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-4/+4
| | | | | |\
| | | | | * | Raise version number after cloning 5.0.75joerg@mysql.com2008-12-181-2/+2
| | | | | | |
| | | | | * | Merged from 5.0 (enterprise).Chad MILLER2008-12-171-33/+52
| | | | | |\ \
| | | | | * | | Raise version number after cloning 5.0.67Jonathan Perkin2008-07-161-2/+2
| | | | | | | |
| | | | | * | | Put version number back to 5.0.67Jonathan Perkin2008-07-161-2/+2
| | | | | | | |
| | | | | * | | Merge from 5.0 trunk.Chad MILLER2008-07-141-2/+5
| | | | | |\ \ \
| | | | | * \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-2/+2
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-17/+35
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-12-101-8/+20
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
| | | | | | * | | | | | configure.in:kent@mysql.com/kent-amd64.(none)2007-12-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged missing change in the 5.0 community repository, --without-server was not working if thread safe client was enabled (Bug#32898)
| | | | | | * | | | | | Revert a premature version upgrade - this is 5.0.51 still.joerg/mysqldev@mysql.com/production.mysql.com2007-11-151-2/+2
| | | | | | | | | | | |
| | | | | | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-10-101-13/+21
| | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
| | | | | | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-09-101-13/+21
| | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
| | | | | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-07-021-13/+21
| | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
| | | | | | | | | * | | | | | raise version numberdf@pippilotta.erinye.com2007-05-071-2/+2
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-04-261-13/+21
| | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
| | | | * | | | | | \ \ \ \ \ \ merged 5.0-main to 5.0-bugteamGeorgi Kodinov2009-04-301-2/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | bumped the version to 5.0.82 (5.0.81-community to be released)Georgi Kodinov2009-04-161-2/+2
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | Raise version number after cloning 5.0.80karen.langford@sun.com2009-04-131-2/+2
| | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | | Automerge.Alexey Kopytov2009-03-251-0/+21
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | | | Raise version number after cloning 5.0.79kent.boortz@sun.com2009-03-091-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | automergeGeorgi Kodinov2009-06-221-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Raise version number after cloning 5.1.36Jonathan Perkin2009-06-161-1/+1
| | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | | BUG#42721 configure.in invokes 'nm' directlyChristoffer Hall2009-06-221-1/+2
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A hardcoded use of nm and libc was put into configure.in. This broke cross-compiling and is bad practice. Fitting variables now used.
| * | | | | | | | | | | | | | Bug#42599: error: `pthread_setschedprio' was not declared in this scopeDavi Arnaut2009-06-181-0/+19
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that a pthread.h header used by gcc did not declare the pthread_setscheprio, yet the function is implemented by the function is implemented, causing a autoconf check to pass and compilation with C++ to fail. The solution is to add a autoconf check to ensure that the function is properly declared.
| * | | | | | | | | | | | | Raise version number after cloning 5.1.35Jonathan Perkin2009-05-141-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merged in 5.1.35Mikael Ronstrom2009-07-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \