An error occurred fetching the project authors.
- 08 Oct, 2005 1 commit
-
-
serg@serg.mylan authored
(and contain extern "C" when necessary)
-
- 06 Oct, 2005 1 commit
-
-
kent@mysql.com authored
Let pthread_mutex_init() macro return 0 on Windows mysql_priv.h: Return type is to be 'my_bool' for 'opt_enable_shared_memory'
-
- 07 Sep, 2005 1 commit
-
-
jimw@mysql.com authored
--build=i686-unknown-sysv5SCO_SV6.0.0
-
- 27 Apr, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
- Reverted removal of errorcheck mutex initialise, used in safe_mutex_init.
-
msvensson@neptunus.(none) authored
- Changed makelist.sh - Bump up required version of autoconf - Use new style to init mutex in my_thr_init
-
- 05 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
fix a race condition in TC_LOG_BINLOG::unlog
-
- 10 Feb, 2005 1 commit
-
-
ingo@mysql.com authored
It was a thread stack overrun. IA64 had its own stack size section already. Enlarged its default stack size from 192K to 256K.
-
- 27 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
- 16 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 05 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
official binary builds for Linux that are built against a static glibc with a 128k thread stack size limit can be compiled with a default that doesn't result in a harmless (but oft-misunderstood) warning message. (Bug #6226)
-
- 17 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
AC_FUNC_MMAP changes to AC_CHECK_FUNCS(mmap)
-
- 09 Nov, 2004 1 commit
-
-
serg@sergbook.mylan authored
-
- 04 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
new macro: thread_safe_decrement, thread_safe_dec_and_test, statistic_decrement
-
- 04 Oct, 2004 1 commit
-
-
joerg@mysql.com authored
with the system-reserved (and system-defined) '_REENTRANT' CPP identifier. Especially, it must not be "undefine"d, because the Tru64 compiler needs it if threads are enabled.
-
- 05 Feb, 2004 1 commit
-
-
monty@mysql.com authored
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627) Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461)
-
- 11 Dec, 2003 1 commit
-
-
monty@mysql.com authored
mysql_server_init() now returns error code if something went wrong (Bug #2062) Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened. Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062) Fixed bug in UNION statement with alias '*'. (Bug #1249) Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024). FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition. HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 23 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 16 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fix (For Mac OS X)
-
- 22 Sep, 2003 1 commit
-
-
lenz@kallisto.local authored
cmd-line-utils/readline from the commercial distribution - fixed some copyright headers so mysql-copyright can process them
-
- 28 Aug, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 11 Aug, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 29 May, 2003 1 commit
-
-
greg@mysql.com[greg] authored
-
- 25 Apr, 2003 1 commit
-
-
greg@mysql.com authored
-
- 28 Mar, 2003 1 commit
-
-
greg@mysql.com authored
-
- 21 Mar, 2003 1 commit
-
-
greg@mysql.com authored
-
- 25 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 28 Jan, 2003 3 commits
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
igor@hundin.mysql.fi authored
Missing merge in changeset 1.1435
-
venu@hundin.mysql.fi authored
Added some fields to the st_my_thread_var structure to be able to link such structures into a list.
-
- 14 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allocate bigger default thread stack because of problems with glibc Fixed bug in UPDATE ... not_null_field=expression_that_returns_null Fixed bug in replication when using auto_increment and LOAD DATA INFILE
-
- 24 Oct, 2002 1 commit
-
-
lenz@mysql.com authored
differences in HPUX11)
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 16 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column. Fixed bug in pthread_mutex_trylock with HPUX 11.0
-
monty@hundin.mysql.fi authored
-
- 08 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Minor cleanups to other patches. Make --temp-pool default
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 06 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Removed Heikki's patch for handling this.
-
heikki@hundin.mysql.fi authored
In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
-