- 12 Mar, 2007 1 commit
-
-
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
-
- 20 Feb, 2007 1 commit
-
-
- 09 Feb, 2007 1 commit
-
-
- 25 Jan, 2007 2 commits
-
-
joerg@trift2. authored
additional files that specify some actions which are allowed to the MySQL binaries. Create a new subdirectory "supportfiles/RHEL4-SElinux" for them, and process it. This fixes bug#12676.
-
df@kahlann.erinye.com authored
-
- 23 Jan, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed compilation error when trying to compile libmysqld on powermac
-
- 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 2 commits
-
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
- 19 Jan, 2007 4 commits
-
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
- 18 Jan, 2007 3 commits
-
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
-
- 16 Jan, 2007 1 commit
-
-
joerg@trift2. authored
-
- 15 Jan, 2007 1 commit
-
-
- 10 Jan, 2007 3 commits
-
-
kent@mysql.com/kent-amd64.(none) authored
Corrected default for --disable-grant-options
-
kent@mysql.com/kent-amd64.(none) authored
Removed line accidently inserted when correcting bug#18526
-
tsmith@siva.hindu.god authored
- configure --disable-grant-options defines DISABLE_GRANT_OPTIONS - configure.js/cmake also updated - if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes: --bootstrap --init-file --skip-grant-tables Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options. For example: $ export MYSQLD_BOOTSTRAP $ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld $ mysql_install_db $ make test
-
- 03 Jan, 2007 1 commit
-
-
- 01 Jan, 2007 3 commits
-
-
kent@mysql.com/kent-amd64.(none) authored
Don't use thread priority by default on Mac OS X (bug#18526)
-
kent@mysql.com/kent-amd64.(none) authored
Build "mysqld_error.h" even if configured --withouth-server (bug#21265)
-
kent@mysql.com/kent-amd64.(none) authored
Don't build server when configured --without-server (bug#23973)
-
- 21 Dec, 2006 1 commit
-
-
joerg@trift2. authored
-
- 15 Dec, 2006 1 commit
-
-
- 27 Nov, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Fix undefined behaviour. Many files: Reenabled build outside ource tree
-
- 14 Nov, 2006 1 commit
-
-
- 07 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 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).
-
- 27 Oct, 2006 1 commit
-
-
istruewing@chilla.local authored
-
- 24 Oct, 2006 4 commits
-
-
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
-
msvensson@neptunus.(none) authored
to their .libs/*.a library Add comment describing why mwldnlm is called with "x" flag
-
joerg@trift2. authored
-
joerg@trift2. authored
-
- 20 Oct, 2006 2 commits
-
-
Raised version number to 5.0.28
-
Copy udf examples and raid.h Create target "include" directory before copying files to it CMakeLists.txt: Only compile in bdb if configured configure.in: Raised version number to 5.0.27
-
- 02 Oct, 2006 1 commit
-
-