summaryrefslogtreecommitdiff
path: root/storage/innobase/sync
Commit message (Expand)AuthorAgeFilesLines
* mysql-5.5.33 mergeSergei Golubchik2013-09-061-2/+2
|\
| * Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-101-2/+2
* | mysql-5.5.31 mergeSergei Golubchik2013-05-071-4/+4
|\ \ | |/
| * Bug#16263506 - INNODB; USE ABORT() ON ALL PLATFORMS INSTEAD OFunknown2013-02-061-4/+0
| * Merge from mysql-5.1 to mysql-5.5.Sunny Bains2013-01-101-0/+4
| |\
| | * Bug#13997024 SEGV IN SYNC_ARRAY_CELL_PRINT PRINTING OUT LONG SEMAPHORE WAIT DATASunny Bains2013-01-101-0/+4
* | | MDEV-4243 Warnings/errors while compiling with clangSergei Golubchik2013-03-281-2/+2
* | | mysql-5.5 mergeSergei Golubchik2012-06-141-0/+5
|\ \ \ | |/ /
| * | Bug#11758510 (#50723): INNODB CHECK TABLE FATAL SEMAPHORE WAIT TIMEOUT POSSIB...Yasufumi Kinoshita2012-04-271-0/+5
| |\ \ | | |/
| | * Bug#11758510 (#50723): INNODB CHECK TABLE FATAL SEMAPHORE WAIT TIMEOUT POSSIB...Yasufumi Kinoshita2012-04-271-0/+5
* | | mysql-5.5.22 mergeSergei Golubchik2012-03-282-9/+17
|\ \ \ | |/ /
| * | Put back a fix that was reverted when reverting the buggy Bug#12612184 fix inMarko Mäkelä2012-02-172-9/+17
| * | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-10-121-1/+0
| |\ \ | | |/
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+0
|\ \ \ | | |/ | |/|
* | | mergeSergei Golubchik2011-11-031-0/+3
|\ \ \ | |_|/ |/| |
| * | build on windowsSergei Golubchik2011-11-021-0/+3
* | | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-10-051-0/+3
|\ \ \ | | |/ | |/|
| * | Add InnoDB UNIV_SYNC_DEBUG assertions to rw-lock code.Marko Mäkelä2011-10-051-0/+3
* | | Merge from mysql-5.1 to mysql-5.5unknown2011-10-041-1/+5
|\ \ \ | |/ /
| * | Bug#12980094 and Bug#13034534unknown2011-10-041-3/+7
* | | Revert original fix for Bug 12612184 and the follow up fix forInaam Rana2011-09-302-12/+4
* | | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-09-141-2/+1
|\ \ \ | |/ /
* | | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() - cleanupMarko Mäkelä2011-09-061-1/+0
* | | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-08-221-1/+7
|\ \ \ | |/ /
* | | Merge mysql-5.1 to mysql-5.5. Add a test case.Marko Mäkelä2011-08-151-11/+18
|\ \ \ | |/ /
* | | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-162-4/+12
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#12612184 Race condition after btr_cur_pessimistic_update()Marko Mäkelä2011-06-162-3/+11
* | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-051-11/+56
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-03-301-8/+25
|\ \ | |/
| * Bug#11877216 InnoDB too eager to commit suicide on a busy serverMarko Mäkelä2011-03-301-9/+27
* | Include "ha_prototypes.h" to sync/sync0rw.c for innobase_basename().Jimmy Yang2011-02-252-0/+2
* | Fix Bug #11765975 __FILE__ macros expanded to full path instead of relativeJimmy Yang2011-02-253-12/+21
* | Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-221-4/+10
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-151-0/+3
|\ \ | |/
* | In sync_close() fix a bug introduced by the fix for Bug #59683 where we iterateSunny Bains2011-01-261-1/+3
* | Fix Bug #59683 :InnoDB latch deadlock detector/violation debug code is very slowSunny Bains2011-01-251-157/+198
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-01-182-11/+12
|\ \ | |/
| * Bug#59579 rw_lock_debug_print outputs to stderrMarko Mäkelä2011-01-182-11/+12
* | Cherry pick vasil.dimov@oracle.com-20101201140708-fsc5xlu9bkpov6pvVasil Dimov2010-12-031-1/+16
* | Bug#58226 Some InnoDB debug checks consume too much CPU timeMarko Mäkelä2010-12-011-9/+2
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-031-1/+1
|\ \ | |/
| * rw_lock_debug_print(): Output the thread ID in unsigned format.Marko Mäkelä2010-11-031-1/+1
* | Fix bit-rot left by the multiple buffer pools patch.Marko Mäkelä2010-10-201-2/+2
* | Bug#54583 InnoDB: Assertion failure sync/sync0sync.c:1226Sunny Bains2010-07-221-3/+16
* | Improve InnoDB synchronization primitives on WindowsCalvin Sun2010-07-201-1/+1
* | Bug#54726 - Inconsistent reporting between mutex and RW lock spin roundsMark Leith2010-06-301-2/+4
* | Merge a change from mysql-5.1-innodb:Marko Mäkelä2010-06-011-14/+10
* | Fix the printout for long semaphore waits to notInaam Rana2010-05-271-1/+3
* | mysql-trunk-innodb: fix compile errors on Windows with UNIV_DEBUG defined.Calvin Sun2010-05-211-2/+5
* | Revert the kernel mutex split phase I patch. Some artefacts have been leftSunny Bains2010-05-121-1/+0