summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin
Commit message (Expand)AuthorAgeFilesLines
* mergeSergei Golubchik2011-10-111-1/+0
|\
| * merge with 5.1Sergei Golubchik2011-10-071-1/+0
| |\
| | * remove redundant declarationsSergei Golubchik2011-10-041-1/+0
* | | merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-051-1/+24
|\ \ \
| * | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr...Vladislav Vaintroub2011-06-121-1/+24
| |/ /
* | | merge with 5.1-microSergei Golubchik2011-06-072-1/+6
|\ \ \
| * | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-1/+1
| * | | innodb compatibility fixSergei Golubchik2011-05-261-0/+6
* | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-71/+40
|\ \ \ \ | |/ / /
| * | | lp:743017 Diverging results with TIME(3) and ranges depending on the executio...Sergei Golubchik2011-03-291-71/+40
* | | | Original idea from Zardosht Kasheff to add HA_CLUSTERED_INDEXMichael Widenius2011-05-181-2/+5
* | | | Merge with MariaDB 5.2Michael Widenius2011-05-1049-446/+1789
|\ \ \ \ | | |/ / | |/| |
| * | | Merge with MariaDB 5.1Michael Widenius2011-05-0349-446/+1789
| |\ \ \ | | | |/ | | |/|
| | * | Merge with MySQL 5.1.57/58Michael Widenius2011-05-0249-446/+1789
| | |\ \
| | | * | Bug#11877216 InnoDB too eager to commit suicide on a busy serverMarko Mäkelä2011-03-304-10/+45
| | | * | Store the '\0'-terminated query in row->trx_queryVasil Dimov2011-03-281-1/+1
| | | * | 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-029-20/+163
| | | |\ \
| | | | * \ Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-02-1716-7/+934
| | | | |\ \
| | | | * \ \ Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-02-0814-175/+269
| | | | |\ \ \
| | | | * \ \ \ Merge from mysql-5.1.55-releaseunknown2011-02-089-20/+163
| | | | |\ \ \ \
| | | * | | | | | Bug #58549 Race condition in buf_LRU_drop_page_hash_for_tablespace()Marko Mäkelä2011-02-285-52/+81
| | | * | | | | | Fix BUG#11798085 - INCORRECT INTEGER TYPES USED IN CALCULATION RESULTVasil Dimov2011-02-251-3/+6
| | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Bug#59307 Valgrind: uninitialized value in rw_lock_set_writer_id_and_recursio...Marko Mäkelä2011-02-153-1/+9
| | | * | | | | Fix Bug #59749 Enabling concurrent reads while creating non-primary uniqueJimmy Yang2011-02-142-4/+14
| | | * | | | | 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
| | | * | | | | Implement UNIV_BLOB_DEBUG. An early version of this caught Bug #55284.Marko Mäkelä2011-02-0813-2/+910
| | | | |_|/ / | | | |/| | |
| | | * | | | 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
| | | * | | | 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-3032-153/+400
| | | |\ \ \
| | | | * | | Fix Bug #59465 btr_estimate_number_of_different_key_vals use incorrect offsetJimmy Yang2011-01-282-5/+12
| | | | * | | Bug#59440 Race condition in XA ROLLBACK and XA COMMIT after server restartMarko Mäkelä2011-01-273-16/+19
| | | | * | | Bug#59585 Fix 58912 introduces compiler warningMarko Mäkelä2011-01-252-0/+10
| | | | * | | 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-252-3/+12
| | | | * | | Bug#59707 Unused compression-related parameters in buffer pool functionsMarko Mäkelä2011-01-2512-70/+40
| | | | * | | Bug#59579 rw_lock_debug_print outputs to stderrMarko Mäkelä2011-01-184-12/+20
| | | | * | | Non-functional changes.Marko Mäkelä2011-01-172-8/+1
| | | | * | | Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad Jimmy Yang2011-01-1411-37/+280
| | | | * | | Bug#59181 InnoDB compilation failure on the Sun Studio compilerMarko Mäkelä2011-01-101-1/+1
| | | |/ / /
* | | | | | Merge various replication-related patches into MariaDB 5.3:unknown2011-04-084-135/+164
|\ \ \ \ \ \
| * | | | | | MWL#116: After-review fixes.unknown2011-04-074-135/+164
| |/ / / / /
* | | | | | Merge with 5.2Michael Widenius2011-03-0942-699/+1233
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-2842-699/+1233
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed compiler and build error:Michael Widenius2011-02-251-1/+1
| | * | | | Merge with MySQL 5.1.55Michael Widenius2011-02-2042-699/+1233
| | |\ \ \ \ | | | | |/ / | | | |/| |