summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge from mysql-5.5.11-releaseSunanda Menon2011-04-071-2/+0
|\
| * Per Jon Olav, change needed for Bug#11784056MySQL Build Team2011-03-221-1/+0
| * mergeSunanda Menon2011-03-221-1/+0
| |\
| | * Bug#11815600 [ERROR] INNODB COULD NOT FIND INDEX PRIMARYJon Olav Hauglid2011-03-091-1/+0
* | | Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-04-0442-1152/+857
|\ \ \
| * \ \ Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-03-303-11/+40
| |\ \ \
| | * | | Bug#11877216 InnoDB too eager to commit suicide on a busy serverMarko Mäkelä2011-03-307-28/+93
| * | | | Merge mysql-5.1-innodb -> mysql-5.5-innodbVasil Dimov2011-03-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Store the '\0'-terminated query in row->trx_queryVasil Dimov2011-03-281-1/+1
| * | | | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 4 of 4]Marko Mäkelä2011-03-2420-686/+422
| * | | | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 3]Marko Mäkelä2011-03-224-176/+74
| * | | | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 2]Marko Mäkelä2011-03-216-76/+87
| * | | | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 1]Marko Mäkelä2011-03-212-47/+0
| * | | | Remove trailing white space.Marko Mäkelä2011-03-151-23/+23
| * | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-03-152-45/+48
| |\ \ \ \ | | |/ / /
| | * | | Bug#11849231 inflateInit() invoked without initializing all memoryMarko Mäkelä2011-03-153-45/+53
| | * | | Merge mysql-5.1 -> mysql-5.1-innodbVasil Dimov2011-03-0210-27/+172
| | |\ \ \
| | | * \ \ Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-02-1716-7/+934
| | | |\ \ \
| * | | | | | Bug#60196 / Bug#11831040 unknown2011-03-071-3/+5
| * | | | | | Merge mysql-5.5 -> mysql-5.5-innodbVasil Dimov2011-03-029-27/+163
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-284-52/+74
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Bug #58549 Race condition in buf_LRU_drop_page_hash_for_tablespace()Marko Mäkelä2011-02-285-52/+81
| * | | | | | | Use plugin_author also for the InnoDB SE pluginVasil Dimov2011-02-283-3/+3
| * | | | | | | Change InnoDB plugins author to Oracle CorporationVasil Dimov2011-02-281-1/+1
| * | | | | | | Non-functional change: use plugin_author instead of hardcoded string.Vasil Dimov2011-02-281-1/+1
| * | | | | | | Include "ha_prototypes.h" to sync/sync0rw.c for innobase_basename().Jimmy Yang2011-02-253-0/+4
| * | | | | | | Merge mysql-5.1-innodb -> mysql-5.5-innodbVasil Dimov2011-02-251-3/+6
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix BUG#11798085 - INCORRECT INTEGER TYPES USED IN CALCULATION RESULTVasil Dimov2011-02-251-3/+6
| | | |_|/ / / | | |/| | | |
| * | | | | | Fix Bug #11765975 __FILE__ macros expanded to full path instead of relativeJimmy Yang2011-02-257-25/+69
* | | | | | | Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5Magne Mahre2011-03-292-2/+92
| |_|_|_|/ / |/| | | | |
* | | | | | Merge from mysql-5.5.10-releaseunknown2011-03-162-5/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix for BUG#59894Guilhem Bichot2011-02-112-5/+6
* | | | | | Bug#11830755 - UNIT TESTS PFS_INSTR AND PFS_INSTR_CLASS CRASH IN MUTEX CALLS ...Marc Alff2011-03-086-0/+22
* | | | | | Bug #11755431 (former 47205)Jon Olav Hauglid2011-03-084-4/+6
* | | | | | Bug #11784056 ENABLE CONCURRENT READS WHILE CREATINGJon Olav Hauglid2011-03-071-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-02-2319-371/+969
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Revert the max value of innodb_purge_batch_size to 5000.Sunny Bains2011-02-231-1/+1
| * | | | Add ut0bh.h and ut0bh.c.Sunny Bains2011-02-232-0/+316
| * | | | Remove ut0bh.h and ut0bh.c and re-add so that we can sync the file ids withSunny Bains2011-02-232-316/+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-222-0/+316
| * | | | Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-2217-372/+652
* | | | | Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-02-1722-35/+1029
|\ \ \ \ \ | |/ / / /
| * | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-152-1/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#59307 Valgrind: uninitialized value in rw_lock_set_writer_id_and_recursio...Marko Mäkelä2011-02-153-1/+9
| * | | | Merge from mysql-5.1-innodb to mysql-5.5-innodbJimmy Yang2011-02-141-4/+8
| |\ \ \ \ | | |/ / /
| | * | | Fix Bug #59749 Enabling concurrent reads while creating non-primary uniqueJimmy Yang2011-02-142-4/+14
| * | | | Merge mysql-5.1-innodb -> mysql-5.5-innodbVasil Dimov2011-02-101-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix Bug#59307 Valgrind: uninitialized value in rw_lock_set_writer_id_and_recu...Vasil Dimov2011-02-101-0/+1