summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Reverting broken configure/make stuffBjorn Munch2012-07-191-4/+0
|
* Bug #14035452 - MODULARIZE MYSQL_CLIENT_TESTBjorn Munch2012-07-191-0/+4
| | | | | | Added new minimal client using same framework Added internal test using it Small changes to top level make/configure/cmake to have it built
* Raise version number after cloning 5.1.65bjorn.munch@oracle.com2012-07-111-1/+1
|
* Raise version number after cloning 5.1.64kent.boortz@oracle.com2012-06-151-1/+1
|
* Raise version number after cloning 5.1.63Georgi Kodinov2012-04-171-1/+1
|
* merged and updated the version in mysql-5.1Georgi Kodinov2012-02-211-1/+1
|\
| * bumped up the version of the main tree to match the security treeGeorgi Kodinov2012-02-211-2/+2
| |
| * Raise version number after cloning Joerg Bruehe2011-12-161-2/+2
| |
| * increase version number to 5.0.95Karen Langford2011-06-101-2/+2
| |
| * Bump NDB-version.Alexander Nozdrin2011-04-111-1/+1
| |
* | Raise version number after cloning Joerg Bruehe2011-12-161-1/+1
| |
* | Increased version number after cloning 5.1.60Karen Langford2011-10-261-1/+1
| |
* | Merge bug#47337 for pushing into 5.1Joerg Bruehe2011-08-151-2/+2
|\ \
| * | Fix Bug #47337:Joerg Bruehe2011-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | innochecksum not built for --with-plugin-innodb_plugin --without-plugin-innobase In 5.1, we can have the traditional "innobase" code (built-in) or the new version "innodb" (plugin). The help tool "innochecksum" is useful for both, but its generation was coupled to "innobase" only. Fix this by treating both "innobase" and "innodb" equivalent in the configure phase, this affects both "innochecksum" and the InnoDB documentation. This patch was proposed by Mark Callaghan.
* | | bumped the version to 5.1.60Georgi Kodinov2011-08-121-1/+1
| | |
* | | Bug #11757091 49093: 5.1 CONFIGURE SCRIPT SHOULD WARN ABOUT MYSQL CLUSTER ↵Bjorn Munch2011-07-011-0/+9
|/ / | | | | | | | | | | NOT BEING MAINTAINED Added a conditional echo at end of configure.in
* | Raise version number after cloning 5.1.58Karen Langford2011-06-101-1/+1
| |
* | Bug #11749418: 38965: TEST CASES GIS-RTREE, TYPE_FLOAT, TYPE_NEWDECIMAL Georgi Kodinov2011-06-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | FAIL IN EMBEDDED SERVER FreeBSD 64 bit needs the FP_X_DNML to fpsetmask() to prevent exceptions from propagating into mysql (as a threaded application). However fpsetmask() itself is deprecated in favor of fedisableexcept(). 1. Fixed the #ifdef to check for FP_X_DNML instead of i386. 2. Added a configure.in check for fedisableexcept() and, if present, this function is called insted of the fpsetmask(). No need for new tests, as the existing tests cover this already. Removed the affected tests from the experimental list.
* | BUG 11763056 - 55721: AIX 5.1.50 build failing, cannot locate bzeroDavi Arnaut2011-05-271-6/+1
| | | | | | | | | | | | | | | | The problem is that although AIX implements bzero, its prototype is not declared by default. Since AC_CHECK_FUNC(bzero) succeeds even though a prototype is not declared, this breaks compilation in C++ files where a prototype is required. The solution is to only use bzero if a prototype is also declared.
* | Bug#11757855 - 49967: built-in libedit doesn't readNirbhay Choubey2011-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | .editrc on linux. MySQL client when build with libedit support ignores .editrc at startup. The reason for this regression was the incluison of a safety check, issetugid(), which is not available on some linux platforms. Fixed by adding an equivalent check for platforms which have get[e][u|g]id() set of functions.
* | Merge from mysql-5.0 (bump the version).Alexander Nozdrin2011-04-111-1/+1
|\ \ | |/
| * Bump version.Alexander Nozdrin2011-04-111-1/+1
| |
* | version bump to 5.1.57Georgi Kodinov2011-02-111-1/+1
| |
* | merge to 5.1.Georgi Kodinov2011-02-021-0/+9
|\ \ | |/
| * Fixes for Bug #55755 and Bug #52315 part 2Georgi Kodinov2011-02-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #55755 : Date STD variable signness breaks server on FreeBSD and OpenBSD * Added a check to configure on the size of time_t * Created a macro to check for a valid time_t that is safe to use with datetime functions and store in TIMESTAMP columns. * Used the macro consistently instead of the ad-hoc checks introduced by 52315 * Fixed compliation warnings on platforms where the size of time_t is smaller than the size of a long (e.g. OpenBSD 4.8 64 amd64). Bug #52315: utc_date() crashes when system time > year 2037 * Added a correct check for the timestamp range instead of just variable size check to SET TIMESTAMP. * Added overflow checking before converting to time_t. * Using a correct localized error message in this case instead of the generic error. * Added a test suite. * fixed the checks so that they check for unsigned time_t as well. Used the checks consistently across the source code. * fixed the original test case to expect the new error code.
* | bumped up the version to 5.1.56Georgi Kodinov2011-01-131-1/+1
|\ \ | |/
| * bumped up the version to 5.0.93Georgi Kodinov2011-01-131-2/+2
| |
| * - Added/updated copyright headersKent Boortz2010-12-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
| * Raise version number after cloning 5.0.91sunanda.menon@sun.com2010-05-031-2/+2
| |
* | mergeGeorgi Kodinov2010-11-261-1/+1
|\ \
| * | bumped up the version string.Georgi Kodinov2010-11-261-1/+1
| | |
| * | Merge from mysql-5.1.53-releasekaren.langford@oracle.com2010-11-181-5/+14
| |\ \
| | * \ merge to 5.1-securityGeorgi Kodinov2010-10-291-5/+14
| | |\ \
| | * | | Raise version number after cloning 5.1.52karen.langford@oracle.com2010-10-071-1/+1
| | | | |
| | * | | Raise version number after cloning 5.1.51karen.langford@oracle.com2010-09-131-1/+1
| | | | |
| | * | | Raise version number after cloning 5.1.50karen.langford@oracle.com2010-08-031-1/+1
| | | | |
* | | | | Bug#57210: remove pstackDavi Arnaut2010-11-091-44/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quoting from the bug report: The pstack library has been included in MySQL since version 4.0.0. It's useless and should be removed. Details: According to its own documentation, pstack only works on Linux on x86 in 32 bit mode and requires LinuxThreads and a statically linked binary. It doesn't really support any Linux from 2003 or later and doesn't work on any other OS. The --enable-pstack option is thus deprecated and has no effect.
* | | | | mergeGeorgi Kodinov2010-11-031-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | bumped up the versionGeorgi Kodinov2010-11-031-1/+1
| | | |
| * | | bumped the version to 5.1.53Georgi Kodinov2010-10-071-1/+1
| | | |
* | | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-0/+7
| | | | | | | | | | | | | | | | | | | | Ensure that fdatasync is properly declared as on Mac OS X, the function is available but there is no prototype. Also, port a fix for a warning from the InnoDB plugin over to the builtin.
* | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-10-181-5/+7
|/ / / | | | | | | | | | | | | Enable the MySQL maintainer-specific development environment (which add various warning related options to the compiler flags) if debugging support is enabled.
* | | Raise version number after cloning 5.1.51Georgi Kodinov2010-09-131-1/+1
| | |
* | | Merge from mysql-5.1.50-releasekaren.langford@oracle.com2010-08-191-36/+12
|\ \ \ | |/ /
| * | Bug#45012 my_like_range_cp932 generates invalid stringAlexander Barkov2010-07-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The functions my_like_range_xxx() returned badly formed maximum strings for Asian character sets, which made problems for storage engines. Fix: - Removed a number my_like_range_xxx() implementations, which were in fact dumplicate code pieces. - Using generic my_like_range_mb() instead. - Setting max_sort_char member properly for Asian character sets - Adding unittest/strings/strings-t.c, to test that my_like_range_xxx() return well-formed min and max strings. Notes: - No additional tests in mysql/t/ available. Old tests cover the affected code well enough.
| * | mergeGeorgi Kodinov2010-07-211-1/+1
| |\ \
| * | | Bug#52514: mysql 5.1 do_abi_check does not compile w/ gcc4.5Davi Arnaut2010-07-201-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to GCC preprocessor change The problem is that newer GCC versions treats missing headers as fatal errors. The solution is to use a guard macro to prevent the inclusion of system headers when checking the ABI with the C Preprocessor. Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15638 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44836
| * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although the C standard mandates that sprintf return the number of bytes written, some very ancient systems (i.e. SunOS 4) returned a pointer to the buffer instead. Since these systems are not supported anymore and are hopefully long dead by now, simply remove the portability wrapper that dealt with this discrepancy. The autoconf check was causing trouble with GCC.
| * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a MySQL maintainer/developer mode that enables a set of warning options for the C/C++ compiler. This mode is intended to help improve the overall quality of the code. The warning options are: C_WARNINGS="-Wall -Wextra -Wunused -Wwrite-strings -Werror" CXX_WARNINGS="$C_WARNINGS -Wno-unused-parameter" Since -Wall is essentially a moving target, autoconf checks are not run with warning options enabled, in particualr -Werror. This decision might be revisited in the future. The patch also fixes a mistake in the makefiles, where automake CXXFLAGS would be set to CFLAGS.
| * | | Bug#52514: mysql 5.1 do_abi_check does not compile w/ gcc4.5Davi Arnaut2010-07-061-1/+10
| | | | | | | | | | | | | | | | | | | | due to GCC preprocessor change Temporary workaround: disable abi_check if GCC >= 4.5