An error occurred fetching the project authors.
- 20 Jun, 2012 1 commit
-
-
Kent Boortz authored
-
- 15 Jun, 2012 1 commit
-
-
unknown authored
-
- 17 Apr, 2012 1 commit
-
-
Georgi Kodinov authored
-
- 21 Feb, 2012 1 commit
-
-
Georgi Kodinov authored
-
- 20 Feb, 2012 2 commits
-
-
Karen Langford authored
-
Sunanda Menon authored
-
- 16 Dec, 2011 4 commits
-
-
Joerg Bruehe authored
-
Joerg Bruehe authored
-
unknown authored
-
unknown authored
-
- 26 Oct, 2011 2 commits
-
-
Karen Langford authored
-
Karen Langford authored
-
- 12 Aug, 2011 1 commit
-
-
Georgi Kodinov authored
-
- 11 Aug, 2011 1 commit
-
-
Karen Langford authored
-
- 08 Jul, 2011 1 commit
-
-
Joerg Bruehe authored
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.
-
- 01 Jul, 2011 1 commit
-
-
Bjorn Munch authored
Added a conditional echo at end of configure.in
-
- 10 Jun, 2011 3 commits
-
-
Karen Langford authored
-
Karen Langford authored
-
Sunanda Menon authored
-
- 09 Jun, 2011 1 commit
-
-
Karen Langford authored
-
- 06 Jun, 2011 1 commit
-
-
Georgi Kodinov authored
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.
-
- 27 May, 2011 1 commit
-
-
Davi Arnaut authored
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. configure.in: Check if bzero is declared. No need to specify the includes, unisted.h and strings.h are already part of AC_INCLUDES_DEFAULT.
-
- 29 Apr, 2011 1 commit
-
-
Nirbhay Choubey authored
.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. cmd-line-utils/libedit/el.c: Bug#11757855 - 49967: built-in libedit doesn't read .editrc on linux. Added function calls to check user/group IDs on linux systems which does not have issetugid() function. configure.in: Bug#11757855 - 49967: built-in libedit doesn't read .editrc on linux. Added check for getuid, geteuid, getgid, getegid functions.
-
- 11 Apr, 2011 3 commits
-
-
Alexander Nozdrin authored
-
Alexander Nozdrin authored
-
Sunanda Menon authored
-
- 10 Apr, 2011 1 commit
-
-
Karen Langford authored
-
- 11 Feb, 2011 2 commits
-
-
Jonathan Perkin authored
-
Georgi Kodinov authored
-
- 09 Feb, 2011 1 commit
-
-
unknown authored
-
- 02 Feb, 2011 1 commit
-
-
Georgi Kodinov authored
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.
-
- 13 Jan, 2011 3 commits
-
-
Karen Langford authored
-
unknown authored
-
Georgi Kodinov authored
-
- 28 Dec, 2010 1 commit
-
-
Kent Boortz authored
- 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"
-
- 26 Nov, 2010 2 commits
-
-
Georgi Kodinov authored
-
unknown authored
-
- 09 Nov, 2010 1 commit
-
-
Davi Arnaut authored
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.
-
- 03 Nov, 2010 2 commits
-
-
Georgi Kodinov authored
-
unknown authored
-