summaryrefslogtreecommitdiff
path: root/storage/innobase/srv
Commit message (Expand)AuthorAgeFilesLines
* backport Bug #47707 print some progress messages during shutdown of innodbJimmy Yang2012-03-211-7/+71
* Bug#64160, Oracle Bug#13698765unknown2012-02-161-2/+3
* Bug #13413535 61104: INNODB: FAILING ASSERTION: PAGE_GET_N_RECS(PAGE) > 1Marko Mäkelä2012-01-261-1/+2
* Bug #13116225 LIVE DOWNGRADE CRASHES WITH INNODB_PAGE_SIZE=4Kunknown2011-12-081-2/+22
* Merge from 5.1 the fix for Bug 12356373Inaam Rana2011-07-191-0/+4
|\
* \ mergeMikael Ronstrom2011-05-042-61/+47
|\ \
| * | Bug#60309 - Bug#12356829: MYSQL 5.5.9 FOR MAC OSX HAS BUG WITH FOREIGN KEY C...unknown2011-04-261-6/+0
| * | Bug #12329920 ASSERT UT_ERROR IN SYNC_THREAD_LEVELS_NONEMPTY_TRXMarko Mäkelä2011-04-121-22/+22
| * | Non-functional change: move a printoutMarko Mäkelä2011-04-061-11/+0
| * | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-052-14/+2
| * | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-051-12/+27
* | | Merge 5.5Mikael Ronström2011-04-152-103/+83
|\ \ \ | |/ /
| * | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-03-301-1/+10
| |\ \ | | |/
| | * Bug#11877216 InnoDB too eager to commit suicide on a busy serverMarko Mäkelä2011-03-301-5/+14
| * | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 4 of 4]Marko Mäkelä2011-03-242-6/+0
| * | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 3]Marko Mäkelä2011-03-221-96/+73
* | | mergeMikael Ronstrom2011-03-042-5/+23
|\ \ \ | |/ /
| * | Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-221-5/+17
| * | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-081-0/+6
| |\ \ | | |/
* | | mergeMikael Ronström2011-02-102-5/+13
|\ \ \ | |/ /
| * | Bug #59472 increase AIO requests per IO thread limit to 256 from 32Inaam Rana2011-02-071-5/+8
| * | Merge from mysql-5.1-innodb to mysql-5.5-innodbJimmy Yang2011-01-141-0/+5
| |\ \ | | |/
| | * Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad Jimmy Yang2011-01-141-0/+5
| | * Port fix for Bug #48026 to 5.1 built-in and plugin: Log start and endJimmy Yang2010-11-101-0/+22
* | | mergeMikael Ronstrom2011-01-122-134/+303
|\ \ \ | |/ /
| * | Fix Bug #58653 - Sporadic crash due to assertion failure 0 == space->n_pendin...Sunny Bains2011-01-062-0/+49
| * | Bug#55222 - RB://517 - Approved by Sunnyunknown2010-11-301-3/+5
| * | Fix Bug# 58459 - assert slot->in_use == FALSE while starting purge thread.Sunny Bains2010-11-301-2/+3
| * | Make output from innobase_start_or_create_for_mysql() consistentVasil Dimov2010-11-291-129/+246
* | | mergeMikael Ronstrom2011-01-042-53/+95
|\ \ \ | |/ /
| * | Fix Bug #56791 Remove ios_mutex from InnoDB codeJimmy Yang2010-10-211-18/+0
| * | Merge from mysql-5.1-innodb to mysql-5.5-innodb.Jimmy Yang2010-10-141-4/+1
| |\ \ | | |/
| | * Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innobase:Vasil Dimov2010-05-201-3/+7
| | * Remove unused code.Marko Mäkelä2010-05-141-14/+0
| | * Merge from innodb-branches-5.1Vasil Dimov2010-03-311-5/+7
| | * Applying InnoDB snapshot 5.1-ss6344, Fixes BUG#47814Satya B2009-12-232-46/+144
| * | Bug# 55681 - MTR slowdown after default storage engine was changed to InnoDBSunny Bains2010-10-141-29/+54
| * | This patch comes from Michael: See bug#56933.Sunny Bains2010-09-241-1/+3
| * | Bug#56922 SHOW ENGINE INNODB STATUS truncation limit is too strict and not in...Mark Leith2010-09-231-0/+2
| * | Merge mysql-5.5-bugfixing -> mysql-5.5-innodbVasil Dimov2010-09-091-0/+6
| |\ \
| * | | Add a space indentation to InnoDB buffer pool size and log sequenceJimmy Yang2010-08-251-3/+3
| * | | Bug#56114 Disallow trx->dict_operation_lock_mode==RW_X_LATCH in srv_suspend_m...Marko Mäkelä2010-08-191-0/+15
| * | | Bug #48026 Log start and end of InnoDB buffer pool initialization toJimmy Yang2010-08-181-0/+19
* | | | Added more wait states for THD wait serviceMikael Ronstrom2010-10-271-2/+2
| |/ / |/| |
* | | Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-0/+3
|\ \ \ | |/ /
| * | Fix bug #53496 Use Lock_time in slow query log output for InnoDB rowJimmy Yang2010-08-171-0/+3
* | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-0/+6
|\ \ \ | |/ / |/| |
| * | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-0/+6
* | | Bug#54583 InnoDB: Assertion failure sync/sync0sync.c:1226Sunny Bains2010-07-221-14/+21
* | | Bug 54617 - During shutdown: Failing assertion: arr->n_reserved == 0Sunny Bains2010-07-221-7/+5