An error occurred fetching the project authors.
- 06 Jun, 2007 1 commit
-
-
- 14 Mar, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Added test for sched_yield() possibly in -lposix4 on Solaris
-
- 12 Mar, 2007 2 commits
-
-
kent@mysql.com/kent-amd64.(none) authored
Restored accidently removed line to check for zlib
-
kent@mysql.com/kent-amd64.(none) authored
Removed unused files .del-my_winsem.c: Delete: mysys/my_winsem.c .del-my_semaphore.c: Delete: mysys/my_semaphore.c .del-my_semaphore.h: Delete: include/my_semaphore.h
-
- 09 Feb, 2007 1 commit
-
-
- 22 Jan, 2007 1 commit
-
-
Fix to check library in use during runtime. Fix for Bug#16995, "idle connections not being killed due to timeout when NPTL is used".
-
- 20 Jan, 2007 1 commit
-
-
mtaylor@qualinost.(none) authored
-
- 19 Jan, 2007 1 commit
-
-
mtaylor@qualinost.(none) authored
-
- 18 Jan, 2007 2 commits
-
-
mtaylor@qualinost.(none) authored
-
-
- 03 Jan, 2007 1 commit
-
-
- 01 Jan, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Don't build server when configured --without-server (bug#23973)
-
- 27 Nov, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Fix undefined behaviour. Many files: Reenabled build outside ource tree
-
- 02 Nov, 2006 1 commit
-
-
Raise version number to 4.1.23
-
- 01 Nov, 2006 1 commit
-
-
petr/cps@mysql.com/owlet.local authored
(4.1 version, with post-review fixes) The fix for another Bug (6439) limited FROM_UNIXTIME() to TIMESTAMP_MAX_VALUE which is 2145916799 or 2037-12-01 23:59:59 GMT, however unix timestamp in general is not considered to be limited by this value. All dates up to power(2,31)-1 are valid. This patch extends allowed TIMESTAMP range so, that max TIMESTAMP value is power(2,31)-1. It also corrects FROM_UNIXTIME() and UNIX_TIMESTAMP() functions, so that max allowed UNIX_TIMESTAMP() is power(2,31)-1. FROM_UNIXTIME() is fixed accordingly to allow conversion of dates up to 2038-01-19 03:14:07 UTC. The patch also fixes CONVERT_TZ() function to allow extended range of dates. The main problem solved in the patch is possible overflows of variables, used in broken-time representation to time_t conversion (required for UNIX_TIMESTAMP).
-
- 24 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
-
- 29 Jul, 2006 1 commit
-
-
Corrected typo
-
- 28 Jul, 2006 1 commit
-
-
Man page for mysqld command move to section 8 (bug#21220)
-
- 14 Jul, 2006 1 commit
-
-
joerg@trift2. authored
-
- 07 Jul, 2006 1 commit
-
-
cmiller@zippy.(none) authored
have a better test (and so this should be null-merged there). ALSO! Make it so that it accepts NPTL as a valid _equivalent_ implementation.
-
- 27 Jun, 2006 1 commit
-
-
iggy@mysql.com authored
-
- 24 May, 2006 2 commits
-
-
kent@mysql.com authored
Update NDB version as well
-
kent@mysql.com authored
Stepped up to 4.1.22
-
- 23 May, 2006 1 commit
-
-
kent@mysql.com authored
Updated release number 4.1.16a
-
- 11 May, 2006 1 commit
-
-
kent@mysql.com authored
Stepped up to 4.0.28
-
- 29 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Changed version to 4.1.20
-
- 10 Apr, 2006 1 commit
-
-
bell@sanja.is.com.ua authored
code. (Bug #13621)
-
- 05 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Check for crypt() in libc first (bug#16478)
-
- 27 Jan, 2006 2 commits
-
-
kent@mysql.com authored
Cloned off 4.1.18, new release number 4.1.19
-
kent@mysql.com authored
Generated "libmysql.ver" will be in \$(top_builddir)
-
- 17 Jan, 2006 2 commits
-
-
svoj@april.(none) authored
libmysqlclient versioning when linked with GNU ld.
-
joerg@mysql.com authored
-
- 30 Nov, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 19 Nov, 2005 1 commit
-
-
kent@mysql.com authored
Corrected "include/readline" link for "make distcheck"
-
- 03 Nov, 2005 1 commit
-
-
jimw@mysql.com authored
own CFLAGS (ditto for CXXFLAGS). (Bug #12640)
-
- 27 Oct, 2005 1 commit
-
-
lenz@mysql.com authored
directory - these files are now maintained in the mysqldoc repository and included in the source distribution during the release build. Updated the configure.in script and Makefiles to create the man page file list at build time - Updated the file list in the RPM spec file to include all currently available man pages (this can not be done with wildcards, as the man pages are spread across several subpackages. However, RPM warns about unpackaged files, so newly added man pages can be spotted)
-
- 11 Oct, 2005 1 commit
-
-
jimw@mysql.com authored
signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731)
-
- 07 Oct, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 24 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Enable "make distcheck" to work
-
- 08 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Flag -DHAVE_DARWIN_THREADS not needed for darwin9
-