summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-1613-51/+143
|\
| * Re-enable the debug assertions for Bug#12650861.Marko Mäkelä2011-06-164-6/+9
| * Bug#12612184 Race condition after btr_cur_pessimistic_update()Marko Mäkelä2011-06-167-29/+82
* | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-153-4/+6
|\ \ | |/
| * Introduce UNIV_BLOB_NULL_DEBUG for temporarily hiding Bug#12650861.Marko Mäkelä2011-06-153-6/+6
* | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-092-2/+53
|\ \ | |/
| * BLOB instrumentation for Bug#12612184 Race condition in row_upd_clust_rec()Marko Mäkelä2011-06-094-0/+57
* | Non-functional change: Unbreak the Hot Backup build.Marko Mäkelä2011-06-062-1/+5
* | Increment InnoDB version from 1.1.7 to 1.1.8Vasil Dimov2011-06-031-1/+1
* | Implement worklog #5743 InnoDB: Lift the limit of index key prefixes. Jimmy Yang2011-05-317-20/+105
* | Bug#12606344 - ADD VALGRIND DIAGNOSTICS TO MTR_START, MTR_COMMITMarko Mäkelä2011-05-311-0/+2
* | Bug#12584374 LOCK_VALIDATE TRIPS ASSERTION !BLOCK->PAGE.FILE_PAGE_WAS_FREEDMarko Mäkelä2011-05-244-18/+61
* | Backport an InnoDB Bug #58815 (Bug #11765812) work-around from mysql-trunk:Marko Mäkelä2011-05-241-0/+3
* | A non-functional change related to Bug#11830883Marko Mäkelä2011-05-092-8/+28
* | Merge from mysql-5.1-innodb to mysql-5.5-innodbJimmy Yang2011-05-041-1/+6
|\ \ | |/
* | Bug#60309 - Bug#12356829: MYSQL 5.5.9 FOR MAC OSX HAS BUG WITH FOREIGN KEY C...unknown2011-04-263-6/+18
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-04-112-0/+20
|\ \ | |/
| * Bug #11766513 - 59641: Prepared XA transaction in system after hard crashMarko Mäkelä2011-04-071-0/+5
* | Increment InnoDB version from 1.1.6 to 1.1.7Vasil Dimov2011-04-081-1/+1
* | Enable __attribute__((cold)) only for GCC 4.3 and later.Marko Mäkelä2011-04-064-3/+16
* | Remove unused functions.Marko Mäkelä2011-04-051-30/+0
* | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-054-9/+9
* | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-053-19/+23
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-03-301-2/+5
|\ \ | |/
| * Bug#11877216 InnoDB too eager to commit suicide on a busy serverMarko Mäkelä2011-03-301-4/+7
* | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 4 of 4]Marko Mäkelä2011-03-248-119/+77
* | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 3]Marko Mäkelä2011-03-222-32/+1
* | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 2]Marko Mäkelä2011-03-215-27/+38
* | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 1]Marko Mäkelä2011-03-212-47/+0
* | Merge mysql-5.5 -> mysql-5.5-innodbVasil Dimov2011-03-023-0/+60
|\ \
| * \ Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-02-239-35/+324
| |\ \
| * \ \ Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-02-179-4/+284
| |\ \ \
| * \ \ \ Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-02-084-20/+63
| |\ \ \ \
| * \ \ \ \ Merge from mysql-5.5.9-releaseJonathan Perkin2011-02-083-0/+60
| |\ \ \ \ \
| | * \ \ \ \ mergeGeorgi Kodinov2011-01-1015-81/+230
| | |\ \ \ \ \
| | * | | | | | Fix Bug #58643 InnoDB: too long table nameJimmy Yang2010-12-051-0/+12
| | * | | | | | Merge from mysql-5.1-security to mysql-5.5-security.Sunny Bains2010-11-302-0/+48
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-281-1/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Fix Bug #11765975 __FILE__ macros expanded to full path instead of relativeJimmy Yang2011-02-251-0/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add ut0bh.h and ut0bh.c.Sunny Bains2011-02-231-0/+152
* | | | | | | | Remove ut0bh.h and ut0bh.c and re-add so that we can sync the file ids withSunny Bains2011-02-231-152/+0
* | | | | | | | Add ut0bh.ic.Sunny Bains2011-02-231-0/+125
* | | | | | | | Remove ut0bh.ic from 5.5 and then re-add so that the file ids are the sameSunny Bains2011-02-231-123/+0
* | | | | | | | Add files that were missed in bug# 11798085 commit.Sunny Bains2011-02-221-0/+152
* | | | | | | | Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-228-35/+170
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-151-1/+0
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge mysql-5.1-innodb -> mysql-5.5-innodbVasil Dimov2011-02-101-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Increment InnoDB version from 1.1.5 to 1.1.6Vasil Dimov2011-02-101-1/+1
* | | | | | | Fix Bug #59048 truncate table or create index could leave index->pageJimmy Yang2011-02-095-2/+63
* | | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-085-1/+220
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |