summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-04-0414-129/+234
|\
| * Bug#11877216 InnoDB too eager to commit suicide on a busy serverMarko Mäkelä2011-03-307-28/+93
| * 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-0210-27/+172
| |\
| * | 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#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-286-1/+93
| |/ |/|
* | Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-02-1716-7/+934
|\ \ | |/
| * 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
* | Fix for bug#11766714 (former bug @59888) "debug assertion whenDmitry Lenev2011-02-151-7/+9
* | Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-02-0814-175/+269
|\ \ | |/
| * 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 from mysql-5.1.55-releaseunknown2011-02-089-20/+163
|\ \ | |/ |/|
| * mergeGeorgi Kodinov2011-01-1032-393/+521
| |\
| * \ automergeGeorgi Kodinov2011-01-07105-2793/+989
| |\ \
| * | | Backport Bug #58643 InnoDB: too long table name. Also fix Bug #59312 examineJimmy Yang2011-01-066-17/+40
| * | | mergeGeorgi Kodinov2010-12-172-2/+12
| |\ \ \
| * | | | Fix Bug# 56228 - Dropping tables from within an active statement crashes serverSunny Bains2010-11-303-3/+123
| * | | | Manual-merge from mysql-5.1-bugteam.Ramil Kalimullin2010-11-2229-374/+661
| |\ \ \ \
| * \ \ \ \ Auto-merge from mysql-5.1-bugteam.Ramil Kalimullin2010-11-1834-18140/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge mysql-5.1-innodb -> mysql-5.1Vasil Dimov2011-01-3050-237/+707
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fix Bug #59465 btr_estimate_number_of_different_key_vals use incorrect offsetJimmy Yang2011-01-283-10/+17
| * | | | | | Bug#59440 Race condition in XA ROLLBACK and XA COMMIT after server restartMarko Mäkelä2011-01-275-32/+34
| * | | | | | 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-253-6/+19
| * | | | | | 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-187-24/+34
| * | | | | | Non-functional changes.Marko Mäkelä2011-01-174-16/+2
| * | | | | | Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad Jimmy Yang2011-01-1421-77/+545
| * | | | | | Bug#59181 InnoDB compilation failure on the Sun Studio compilerMarko Mäkelä2011-01-101-1/+1
|/ / / / / /
* | | | | | Increment InnoDB Plugin version from 1.0.14 to 1.0.15.Vasil Dimov2011-01-081-1/+1
* | | | | | Followup to vasil.dimov@oracle.com-20110107091222-q23qpb5skev0j9gcVasil Dimov2011-01-071-12/+15
* | | | | | Merge mysql-5.1 -> mysql-5.1-innodbVasil Dimov2011-01-07105-2793/+989
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | MergeKent Boortz2010-12-29105-2793/+989
| | |_|_|/ | |/| | |
* | | | | Fix Bug#59327 Fix autoconf usage for innodb_pluginVasil Dimov2011-01-071-10/+14
* | | | | Fix Bug #55397 cannot select from innodb_trx when trx_query contains blobsJimmy Yang2011-01-064-3/+19
* | | | | (InnoDB Plugin) Fix Bug#59303 Correct URL in crash messageVasil Dimov2011-01-066-7/+7
* | | | | (Builtin InnoDB) Fix Bug#59303 Correct URL in crash messageVasil Dimov2011-01-067-9/+9
* | | | | Fix Bug #59197 double quote in field comment prevents foreign keyJimmy Yang2011-01-043-2/+7
* | | | | Fix Bug #59157 valgrind conditional jump warning from dict_load_foreign.Jimmy Yang2011-01-041-0/+2