summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-181-2/+2
|\
| * Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-1614-63/+29
| |\
| * \ mergeGeorgi Kodinov2010-08-052-3/+3
| |\ \
| | * | Bug #42144: plugin_load failsGeorgi Kodinov2010-08-041-1/+1
| * | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-04174-2998/+2437
| |\ \ \
| * \ \ \ mergeGeorgi Kodinov2010-08-031-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #42144: plugin_load failsGeorgi Kodinov2010-08-031-1/+1
| | * | | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-07-2927-103/+95
| | |\ \ \
| | * | | | Fix bug #55581 by backporting fix of #52546 from mysql-trunk-innodbJimmy Yang2010-07-285-34/+43
| | * | | | Increment InnoDB Plugin version to 1.0.11.Vasil Dimov2010-07-231-1/+1
| | * | | | Merge mysql-5.1 -> mysql-5.1-innodbVasil Dimov2010-07-2314-77/+156
| | |\ \ \ \
| | * | | | | Port fix for bug #54311 from mysql-trunk-innodb to mysql-5.1-innodb codeline.Jimmy Yang2010-06-305-6/+35
| | * | | | | Bug#54358 follow-up: Correct some error handling.Marko Mäkelä2010-06-301-6/+3
| | * | | | | Correct some comments that were added in the fix of Bug #54358Marko Mäkelä2010-06-302-48/+19
| | * | | | | ChangeLog entry for Bug #54408Marko Mäkelä2010-06-291-0/+5
| | * | | | | Bug#54408: txn rollback after recovery: row0umod.c:673Marko Mäkelä2010-06-293-3/+40
| | * | | | | ChangeLog entry for Bug #54358Marko Mäkelä2010-06-291-0/+7
| | * | | | | Bug#54358: READ UNCOMMITTED access failure of off-page DYNAMIC or COMPRESSEDMarko Mäkelä2010-06-295-17/+133
| | * | | | | Check in fix for bug #53756: "ALTER TABLE ADD PRIMARY KEY affectsJimmy Yang2010-06-281-14/+13
* | | | | | | Merge mysql-5.5-bugfixing -> mysql-5.5-innodbVasil Dimov2010-08-1832-749/+363
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-1610-23/+21
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).Alexander Nozdrin2010-08-1210-23/+21
| * | | | | | | Bug#55416 Renaming of performance_schema tables for 5.5Marc Alff2010-08-1211-641/+298
| |/ / / / / /
| * | | | | | Bug#55462 Performance schema: reduce the overhead of PFS_events_waits::m_wait...Marc Alff2010-08-124-39/+7
| * | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-08-061-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-295-30/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-205-30/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-205-30/+6
| | | * | | Merge of mysql-5.1 into mysql-5.1-bugteam.Davi Arnaut2010-07-1943-690/+1098
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fix bug #55039 Failing assertion: space_id > 0 in fil0fil.c.unknown2010-07-092-5/+25
| | | * | | Bug#48327: Some crashes specific to FreeBSD ("embedded")Davi Arnaut2010-07-161-2/+5
| * | | | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-29116-2387/+2126
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-2760-603/+328
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-19111-804/+847
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-1350-189/+167
| |\ \ \ \ \ \ \ \
| * | | | | | | | | A fix and a test case for Bug#36171 "CREATE TEMPORARY TABLE and Konstantin Osipov2010-07-021-12/+11
| * | | | | | | | | A test case for Bug#50788 "main.merge fails on HPUX",Konstantin Osipov2010-07-022-2/+13
| * | | | | | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-302-0/+17
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Salvage comments added by Ingo while working on Konstantin Osipov2010-06-291-1/+6
* | | | | | | | | | | A non-functional change:Marko Mäkelä2010-08-172-19/+23
* | | | | | | | | | | Fix bug #53496 Use Lock_time in slow query log output for InnoDB rowJimmy Yang2010-08-173-0/+25
* | | | | | | | | | | Fix Bug#53761 RANGE estimation for matched rows may be 200 times differentVasil Dimov2010-08-162-9/+172
* | | | | | | | | | | Change default for innodb_strict_mode to FALSE.Inaam Rana2010-08-131-1/+1
* | | | | | | | | | | Undo changes to innodb_strict_mode that went in by mistake in r3149Inaam Rana2010-08-131-1/+1
* | | | | | | | | | | Fix bug #52263 innodb does not compile on OpenSolaris with gcc4.3.2Sunny Bains2010-08-121-2/+4
* | | | | | | | | | | Bug#54914: InnoDB: performance drop with innodb_change_buffering=allMarko Mäkelä2010-08-102-127/+134
* | | | | | | | | | | Reduce the ibuf_mutex hold time. This does not fix the updateMarko Mäkelä2010-08-091-50/+65
* | | | | | | | | | | mergeInaam Rana2010-08-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bug #54702: revert the default of innodb_strict_mode to false.Calvin Sun2010-08-031-1/+1
* | | | | | | | | | | | Currently we do a full validation of AHI whenever check tables isInaam Rana2010-08-054-0/+10
|/ / / / / / / / / / /