summaryrefslogtreecommitdiff
path: root/mysys/my_thr_init.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug#37408 - Compressed MyISAM files should not require/use mmap()Satya B2009-12-171-1/+5
* Bug#42850 race condition in my_thr_init.cMagnus BlÄudd2009-09-241-3/+4
* Fix for Bug#27970 "Fix for bug 24507 makes mysql_install_db fail"unknown2007-08-161-5/+12
* Bug#28690 mysql-enterprise-gpl-5.0.40-linux-i686-glibc won't start on Debian ...unknown2007-06-071-16/+20
* Avoid compiler warnings.unknown2007-04-201-2/+2
* Bug #27964: pthread_key_create doesn't set errno, so don't report \unknown2007-04-191-2/+3
* Fixed compiler warnings (for linux and win32 and win64)unknown2007-02-221-3/+3
* Fixed a bad merge. Got a duplicate symbol on OSX.unknown2007-02-201-2/+0
* thd_lib_detected moved so that it is correctly declared as a dataunknown2007-02-061-0/+2
* Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-02-021-4/+0
|\
| * After merge fixunknown2007-02-021-4/+0
* | Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-02-011-0/+25
|\ \ | |/
| * Merge chilla.local:/home/mydev/mysql-4.0-axmrgunknown2007-02-011-0/+25
| |\
| | * Cleanup of thread-type (linuxthread or NTPL) detection codeunknown2007-01-301-0/+25
* | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-01-121-0/+39
|\ \ \
| * \ \ Merge mysql.com:/home/bkroot/mysql-5.0-rplunknown2006-12-081-0/+39
| |\ \ \
| | * | | BUG#24507 (rpl_log.test crash slave):unknown2006-12-081-0/+39
* | | | | Many files:unknown2006-12-231-2/+1
|/ / / /
* | | | Fixed compiler warningsunknown2006-11-301-8/+32
* | | | Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-9/+20
* | | | Ignore some generated filesunknown2006-11-291-10/+40
|/ / /
* | | Fixes while reviewing new codeunknown2005-05-061-6/+5
|/ /
* | Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portableunknown2005-04-271-0/+14
* | Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portableunknown2005-04-271-16/+12
* | Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-0/+5
* | Fixed problems noticed with last buildunknown2004-04-091-1/+2
* | Merge with 4.0.18unknown2004-02-111-1/+1
|\ \ | |/
| * typo fixed PPTHREAD -> PTHREADunknown2004-01-161-1/+1
* | Merge with 4.0.17unknown2003-12-171-6/+23
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-111-6/+20
| |\
| | * Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-6/+20
| * | Fix for #1890 and #1959unknown2003-12-051-0/+3
| |/
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-3/+1
* | Merge with 4.0unknown2003-11-041-2/+7
|\ \ | |/
| * Safety fix to detect multiple calls to my_thread_end()unknown2003-10-161-2/+7
* | Implemented UTC_TIME, UTC_DATE and UTC_TIMESTAMP functions (WL#345)unknown2003-08-111-3/+3
|/
* Fixes for Netwareunknown2003-01-281-0/+12
* Fixes for compiling distribution with MIT-threadsunknown2002-06-201-1/+1
* Cleanup of checking of user resourcesunknown2002-06-161-1/+1
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-7/+6
* merge with 3.23.51unknown2002-05-161-0/+9
|\
| * New my_gethostbyname_r() handlingunknown2002-05-161-0/+9
* | Fixed that enable-reads-from-master and repl-parse-query works in option files.unknown2002-04-291-8/+8
* | Fixed syntax error in mysql.ccunknown2002-04-241-2/+2
* | Cleanupsunknown2002-04-021-32/+15
* | coverted my_thread_init() /end to use my_malloc()/my_free() to help trackunknown2002-03-261-5/+34
* | Update copyrightunknown2001-12-061-15/+14
|/
* Fixes for OS2.unknown2001-08-221-3/+3
* Added defines for fast mutex in glibc 2.2 (should be safe)unknown2001-03-241-14/+36
* Fix for SAFE_MUTEX + MERGE tablesunknown2000-09-211-5/+2