summaryrefslogtreecommitdiff
path: root/mysys/my_thr_init.c
Commit message (Expand)AuthorAgeFilesLines
* Bug#38522: 5 seconds delay when closing application using embedded serverVladislav Vaintroub2008-12-041-11/+1
* Bug#34424 query_cache_debug.test leads to valgrind warningsdavi@mysql.com/endora.local2008-02-261-0/+1
* Merge hynda.mysql.fi:/home/my/mysql-5.0-marveljani@hynda.mysql.fi2007-08-211-5/+13
|\
| * Fix for Bug#27970 "Fix for bug 24507 makes mysql_install_db fail"jani@hynda.mysql.fi2007-08-161-5/+12
* | Slow query log to file now displays queries with microsecond precissionmonty@mysql.com/nosik.monty.fi2007-07-301-1/+3
* | Merge pilot.(none):/data/msvensson/mysql/bug28690/my50-bug28690msvensson@pilot.(none)2007-06-071-3/+4
|\ \ | |/
| * Bug#28690 mysql-enterprise-gpl-5.0.40-linux-i686-glibc won't start on Debian ...msvensson@pilot.(none)2007-06-071-16/+20
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maintcmiller@zippy.cornsilk.net2007-04-201-2/+2
|\ \ | |/
| * Avoid compiler warnings.cmiller@zippy.cornsilk.net2007-04-201-2/+2
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint--pthreadkey...cmiller@zippy.cornsilk.net2007-04-191-2/+3
|\ \ | |/
| * Bug #27964: pthread_key_create doesn't set errno, so don't report \cmiller@zippy.cornsilk.net2007-04-191-2/+3
| * Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-221-3/+3
| * Fixed a bad merge. Got a duplicate symbol on OSX.istruewing@chilla.local2007-02-201-2/+0
| * thd_lib_detected moved so that it is correctly declared as a dataantony@ppcg5.local2007-02-061-0/+2
* | mysys/my_thr_init.c : Avoid warnings of "unused variable" by extending a '#...joerg@trift-lap.fambruehe2007-03-281-1/+1
* | restored run-time thread lib detectionserg@janus.mylan2007-03-281-0/+21
* | Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2007-02-231-39/+42
* | Excluded wrongly merged changeset.svoj@mysql.com/april.(none)2007-02-071-21/+0
* | Merge chilla.local:/home/mydev/mysql-5.0-axmrgistruewing@chilla.local2007-02-021-4/+0
|\ \ | |/
| * Merge chilla.local:/home/mydev/mysql-4.1-axmrgistruewing@chilla.local2007-02-021-4/+0
| |\
| | * After merge fixistruewing@chilla.local2007-02-021-4/+0
* | | Merge chilla.local:/home/mydev/mysql-5.0-axmrgistruewing@chilla.local2007-02-011-0/+25
|\ \ \ | |/ /
| * | Merge chilla.local:/home/mydev/mysql-4.1-axmrgistruewing@chilla.local2007-02-011-0/+25
| |\ \ | | |/
| | * Merge chilla.local:/home/mydev/mysql-4.0-axmrgistruewing@chilla.local2007-02-011-0/+25
| | |\
| | | * Cleanup of thread-type (linuxthread or NTPL) detection codejani@ua141d10.elisa.omakaista.fi2007-01-301-0/+25
| * | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpllars/lthalmann@mysql.com/dl145j.mysql.com2007-01-121-0/+39
| |\ \ \
* | \ \ \ Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145j.mysql.com2007-01-121-0/+39
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/bk/MERGE/mysql-5.0-mergelars@black.(none)2006-12-081-0/+39
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge mysql.com:/home/bkroot/mysql-5.0-rpllars@mysql.com/black.(none)2006-12-081-0/+39
| | |\ \ \ \
| | | * | | | BUG#24507 (rpl_log.test crash slave):rafal@quant.(none)2006-12-081-0/+39
* | | | | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/ / / /
| * | | | Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2006-11-301-8/+32
| * | | | Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-9/+20
* | | | | Don't abort if we call my_thread_end() multiple timesmonty@mysql.com/narttu.mysql.fi2006-11-301-13/+48
* | | | | Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-1/+3
* | | | | Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2006-11-291-11/+39
|\ \ \ \ \ | |/ / / /
| * | | | Ignore some generated filesmonty@mysql.com/narttu.mysql.fi2006-11-291-10/+40
| |/ / /
* | | | This completes the work done in 5.0 to remove mit_pthread support (most was p...brian@zim.(none)2006-04-161-2/+2
* | | | Another long patch to remove the rest of the OS2 support. brian@zim.(none)2006-04-151-3/+3
* | | | dbug changes:serg@serg.mylan2006-02-141-1/+1
|/ / /
* | | Fixes while reviewing new codemonty@mishka.local2005-05-061-6/+5
|/ /
* | Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portablemsvensson@neptunus.(none)2005-04-271-0/+14
* | Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portablemsvensson@neptunus.(none)2005-04-271-16/+12
* | Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-0/+5
* | Fixed problems noticed with last buildmonty@mysql.com2004-04-091-1/+2
* | Merge with 4.0.18monty@mysql.com2004-02-111-1/+1
|\ \ | |/
| * typo fixed PPTHREAD -> PTHREADkonstantin@mysql.com2004-01-161-1/+1
* | Merge with 4.0.17monty@mysql.com2003-12-171-6/+23
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2003-12-111-6/+20
| |\