summaryrefslogtreecommitdiff
path: root/storage/innobase/srv/srv0srv.c
Commit message (Expand)AuthorAgeFilesLines
* Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-3280/+0
* backport Bug #47707 print some progress messages during shutdown of innodbJimmy Yang2012-03-211-7/+71
* Bug #13413535 61104: INNODB: FAILING ASSERTION: PAGE_GET_N_RECS(PAGE) > 1Marko Mäkelä2012-01-261-1/+2
* Merge from 5.1 the fix for Bug 12356373Inaam Rana2011-07-191-0/+4
|\
* \ mergeMikael Ronstrom2011-05-041-40/+45
|\ \
| * | 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
| * | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-051-4/+0
| * | 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-151-101/+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-241-4/+0
| * | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 3]Marko Mäkelä2011-03-221-96/+73
* | | mergeMikael Ronstrom2011-03-041-5/+17
|\ \ \ | |/ /
| * | Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-221-5/+17
* | | mergeMikael Ronström2011-02-101-0/+5
|\ \ \ | |/ /
| * | 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
| | * Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innobase:Vasil Dimov2010-05-201-3/+7
| | * Merge from innodb-branches-5.1Vasil Dimov2010-03-311-5/+7
| | * Applying InnoDB snapshot 5.1-ss6344, Fixes BUG#47814Satya B2009-12-231-41/+134
* | | mergeMikael Ronstrom2011-01-121-5/+39
|\ \ \ | |/ /
| * | Fix Bug #58653 - Sporadic crash due to assertion failure 0 == space->n_pendin...Sunny Bains2011-01-061-0/+31
| * | 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
* | | mergeMikael Ronstrom2011-01-041-30/+74
|\ \ \ | |/ /
| * | 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
| |\ \
| * | | Bug#56114 Disallow trx->dict_operation_lock_mode==RW_X_LATCH in srv_suspend_m...Marko Mäkelä2010-08-191-0/+15
* | | | 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 54617 - During shutdown: Failing assertion: arr->n_reserved == 0Sunny Bains2010-07-221-7/+5
* | | Improve InnoDB synchronization primitives on WindowsCalvin Sun2010-07-201-0/+15
* | | This change splits innodb_file_format_check into innodb_file_format_checkJimmy Yang2010-06-171-1/+1
* | | Revert a change that should have been a part of 3008.2.76..3008.2.78.Sunny Bains2010-06-171-27/+1
* | | Merge mysql-trunk-innodb from bk-internal locallyVasil Dimov2010-05-131-0/+4
|\ \ \
| * | | Cover the srv_suspend_thread() call by the kernel mutex. This change wasSunny Bains2010-05-131-0/+4
* | | | Followup to Bug#51920, fix binlog.binlog_killedVasil Dimov2010-05-131-3/+7
|/ / /
* | | Remove references to srv0que.h.Sunny Bains2010-05-121-1/+0
* | | Revert the kernel mutex split phase I patch. Some artefacts have been leftSunny Bains2010-05-121-404/+238
* | | Add missing ';'.Sunny Bains2010-05-111-2/+2
* | | Fix for bug#53541. We need to check whether the slot has been freed or notSunny Bains2010-05-111-1/+9
* | | Second part of the fix for bug#53499. We decrement the active thread countSunny Bains2010-05-111-0/+3
* | | Fix bug#53499 - purge thread is active during shutdown, assert buf/buf0buf.c ...Sunny Bains2010-05-101-6/+12