summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
Commit message (Expand)AuthorAgeFilesLines
* Buildbot fixes and cleanups:Michael Widenius2013-01-111-3/+3
* MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-311-64/+4
* fixes for windowsSergei Golubchik2011-10-211-15/+0
* safe_mutex deadlock detector post-merge fixesSergei Golubchik2011-10-191-0/+12
* merge with 5.3Sergei Golubchik2011-10-191-35/+9
|\
| * merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-051-13/+65
| |\
| | * Backport fix for MySQL bug #56405 :Vladislav Vaintroub2011-06-121-13/+65
| * | Fix compile errors and warnings and test errors introduced by microseconds push.Vladislav Vaintroub2011-05-281-28/+2
| * | Merge with 5.1-microsecondsMichael Widenius2011-05-281-6/+5
| |\ \ | | |/ | |/|
| | * many changes to my_getsystime.c:Sergei Golubchik2011-05-191-6/+6
| * | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-3/+7
| |\ \
| | * \ Merge with MySQL 5.1.55Michael Widenius2011-02-201-3/+3
| | |\ \
| | * | | fixes for solaris 10Sergei Golubchik2011-01-261-0/+4
| * | | | Automatic mergeMichael Widenius2010-12-041-1/+0
| |\ \ \ \ | | |/ / /
| * | | | mergeVladislav Vaintroub2010-12-021-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Make maria 5.1 compilable on Visual Studio 2010 and remove Windows warningsVladislav Vaintroub2010-12-011-1/+2
| * | | | merge with 5.1Michael Widenius2010-11-301-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-1/+2
| | |\ \ \ | | | | |/ | | | |/|
* | | | | 5.5-mergeSergei Golubchik2011-07-021-61/+145
|\ \ \ \ \
| * | | | | Bug#11765237 - 58179: CANNOT START MYSQLD WITH APP VERIFIERMagne Mahre2011-03-011-2/+1
| * | | | | weave merge from mysql-5.1 to mysql-5.5Georgi Kodinov2011-02-081-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
| | * | | | Bug#51023: Mysql server crashes on SIGHUP and destroys InnoDB filesDavi Arnaut2011-01-071-1/+3
| | | |_|/ | | |/| |
| * | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-7/+1
| * | | | Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-0/+4
| * | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-1/+2
| * | | | A follow-up to the patch for bug #56405 "Deadlock in the MDL deadlockVladislav Vaintroub2010-10-041-13/+67
| * | | | A better fix for bug #56405 "Deadlock in the MDL deadlockDmitry Lenev2010-09-291-37/+69
* | | | | lots of post-merge changesSergei Golubchik2011-04-251-10/+4
* | | | | merge.Sergei Golubchik2010-11-251-81/+97
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | merge with 5.1Sergei Golubchik2010-09-111-3/+4
| |\ \ \ | | | |/ | | |/|
| | * | Merge with MySQL 5.1.50Michael Widenius2010-08-271-3/+4
| | |\ \ | | | |/
| * | | Make MariaDB compile with VS 2010Hakan Kuecuekyilmaz2010-06-241-1/+3
| |/ /
| * | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-0/+10
| |\ \
| * | | Fix for compiler warnings on windowsMichael Widenius2010-01-141-3/+3
| * | | Changed default thread stack to 288K to get better memory missalignment betwe...Michael Widenius2009-06-301-1/+1
| * | | Added some changes inspired by Zardosht Kasheff:Michael Widenius2009-06-301-6/+2
| * | | Merge with mysql-maria treeMichael Widenius2009-02-191-0/+1
| |\ \ \
| | * | | Fixing problems of previous 5.1-main->5.1-maria merge:Guilhem Bichot2009-02-121-0/+1
| * | | | Merge with base MySQL 5.1Michael Widenius2009-02-151-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | post-review fixesSergei Golubchik2009-01-151-7/+7
| * | | | Merge with base MySQL-5.1-mariaMichael Widenius2008-12-031-0/+3
| |\ \ \ \
| | * \ \ \ Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-0/+3
| | |\ \ \ \ | | | |/ / /
| * | | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-11/+40
| |/ / / /
| * | | | fixes for windowsSergei Golubchik2008-08-311-1/+1
| * | | | maria: deadlock detection when waiting on unique key (useless until we can ro...Sergei Golubchik2008-08-061-2/+3
| * | | | WL#3064 - waiting threads - wait-for graph and deadlock detectionSergei Golubchik2008-07-291-44/+36
| * | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-4/+4
| |\ \ \ \
| * | | | | Locking for read and write made waiting for each other (with looseunknown2008-02-221-0/+4