summaryrefslogtreecommitdiff
path: root/storage/innobase/sync
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-051-3/+4
|\
| * Bug #20417397 MYSQL SHOW ENGINE INNODB STATUS SHOWING NEGATIVEThirunarayanan Balathandayuthapani2015-03-111-3/+4
| * Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-101-2/+2
| * Bug#16263506 - INNODB; USE ABORT() ON ALL PLATFORMS INSTEAD OFkevin.lewis@oracle.com2013-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
| * | 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
| * | 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
| |\ \ | | |/
| * | 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.5kevin.lewis@oracle.com2011-10-041-1/+5
| |\ \ | | |/
| | * Bug#12980094 and Bug#13034534kevin.lewis@oracle.com2011-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
| * | Merge from innodb-branches-innodb+Vasil Dimov2010-04-221-0/+1
| * | Merge from innodb-branches-innodb+ (2)Vasil Dimov2010-04-191-3/+13
| * | Import branches/innodb+ from SVN on top of storage/innobase.Vasil Dimov2010-04-123-22/+121
| * | Merge Innodb Plugin 1.0.6 from mysql-5.1-bugteam storage/innodb_plugin to mys...Satya B2009-12-022-15/+10
| |\ \ | | |/
| * | Merging Innodb plugin 1.0.5 revisions from 5.1-main from revisions 3149 to 3163Satya B2009-10-162-26/+46
| * | Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the sameGuilhem Bichot2009-08-073-0/+3490