summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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.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
| * Increment InnoDB Plugin version from 1.0.15 to 1.0.16.Vasil Dimov2011-02-101-1/+1
* | Bug #59877 Wrong buffer pool selected in buf_read_ibuf_merge_pages()Marko Mäkelä2011-02-101-1/+1
* | Increment InnoDB version from 1.1.5 to 1.1.6Vasil Dimov2011-02-101-1/+1
* | Merge a fix for Bug #53756 ALTER TABLE ADD PRIMARY KEY affects crash recoveryJimmy Yang2011-02-101-14/+13
* | Fix Bug #59048 truncate table or create index could leave index->pageJimmy Yang2011-02-097-13/+92
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-0813-2/+911
|\ \ | |/
| * Implement UNIV_BLOB_DEBUG. An early version of this caught Bug #55284.Marko Mäkelä2011-02-0813-2/+910
* | Bug #59472 increase AIO requests per IO thread limit to 256 from 32Inaam Rana2011-02-071-5/+8
* | Bug#59699 - Hidden bug would cause a crash for unknown tablespace flags.unknown2011-02-041-1/+1
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-02-0211-141/+195
|\ \ | |/
| * Bug #55284 diagnostics: Introduce UNIV_BLOB_LIGHT_DEBUG, enabled by UNIV_DEBUGMarko Mäkelä2011-02-025-54/+144
| * Non-functional changes (cleanup) made while narrowing down Bug #55284:Marko Mäkelä2011-02-022-58/+19
| * Bug #55284 diagnostics: When UNIV_DEBUG, do not tolerate garbage inMarko Mäkelä2011-02-021-0/+2
| * Bug #55284 diagnostics: Enable UNIV_DEBUG_FILE_ACCESSES by UNIV_DEBUGMarko Mäkelä2011-02-025-29/+30
* | Replay a lost change (fix for Bug#56947 InnoDB leaks memory... in 5.5)Vasil Dimov2011-02-011-6/+8
* | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-01-316-34/+67
|\ \ | |/
| * Bug#59230 assert 0 row_upd_changes_ord_field_binary() in post-crashMarko Mäkelä2011-01-317-34/+74
| * Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-01-3050-237/+707
| |\
* | \ Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-01-3033-350/+596
|\ \ \
| * | | Fix Bug #59390 row_merge_build_indexes() fails to register tmpfd for PFSJimmy Yang2011-01-281-22/+46
| * | | Merge from mysql-5.1-innodb to mysql-5.5-innodbJimmy Yang2011-01-281-5/+5
| |\ \ \ | | | |/ | | |/|
| | * | Fix Bug #59465 btr_estimate_number_of_different_key_vals use incorrect offsetJimmy Yang2011-01-283-10/+17
| * | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-01-272-16/+13
| |\ \ \ | | |/ /
| | * | Bug#59440 Race condition in XA ROLLBACK and XA COMMIT after server restartMarko Mäkelä2011-01-275-32/+34
| * | | ibuf_contract_ext(): Remove an #if 0 section of codeMarko Mäkelä2011-01-271-18/+1
| * | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-01-261-0/+4
| |\ \ \ | | |/ /
| | * | Bug#59585 Fix 58912 introduces compiler warningMarko Mäkelä2011-01-252-0/+10
| * | | In sync_close() fix a bug introduced by the fix for Bug #59683 where we iterateSunny Bains2011-01-261-1/+3
| * | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-01-252-4/+8
| |\ \ \ | | |/ /
| | * | Bug#59486 Incorrect usage of UNIV_UNLIKELY() in mlog_parse_string()Marko Mäkelä2011-01-252-1/+6
| | * | Bug#59464 Race condition in row_vers_build_for_semi_consistent_readMarko Mäkelä2011-01-253-6/+19
| * | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-01-2510-70/+31
| |\ \ \ | | |/ /
| | * | Bug#59707 Unused compression-related parameters in buffer pool functionsMarko Mäkelä2011-01-2512-70/+40