summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin
Commit message (Expand)AuthorAgeFilesLines
* 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-1023-383/+509
| |\
| * | Backport Bug #58643 InnoDB: too long table name. Also fix Bug #59312 examineJimmy Yang2011-01-066-17/+40
| * | 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-2227-373/+638
| |\ \
* | \ \ 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
|/ / /
* | | 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
* | | 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
* | | Fix Bug #59197 double quote in field comment prevents foreign keyJimmy Yang2011-01-042-1/+6
* | | Fix a build error on Windows, introduced by revision-id:Calvin Sun2010-12-271-2/+2
* | | Bug #55284 Double BLOB free due to lock wait while updating PRIMARY KEYMarko Mäkelä2010-12-216-213/+228
* | | Bug#58912 InnoDB unnecessarily avoids update-in-place on column prefix indexesMarko Mäkelä2010-12-218-40/+110
* | | Fix Bug #57600 output of I/O sum[%lu] can go negativeJimmy Yang2010-12-092-4/+16
* | | Bug#58623: Bogus debug assertion failure in i_s_locks_row_validate()Marko Mäkelä2010-12-011-1/+1
* | | RB://518 approved by Jimmy Yang and Sunny bainsunknown2010-11-301-93/+89
* | | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-11-292-8/+17
|\ \ \
| * \ \ mergeGeorgi Kodinov2010-11-262-8/+17
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * merge to 5.1-securityGeorgi Kodinov2010-10-2919-172/+473
| | |\
| | * | Fix bug #57700 Latching order violation in row_truncate_table_for_mysql().Jimmy Yang2010-10-242-9/+20
| | * | Fix bug #57616 Sig 11 in dict_load_table() when failed to load indexJimmy Yang2010-10-202-2/+8
| | * | Merge Bug #57345, Bug #56982, Bug#53307 test from mysql-5.1-innodbMarko Makela2010-10-113-2/+24
| | |\ \
| | * | | Bug #56947 InnoDB leaks memory when failing to create a tableMarko Mäkelä2010-10-112-9/+18
* | | | | Bug#47350 Support innodb plugin without separate shared objectVasil Dimov2010-11-251-0/+3
* | | | | Fix bug# 18274 InnoDB auto_increment field reset on OPTIMIZE TABLESunny Bains2010-11-241-11/+13
|/ / / /
* | | | Fix a debug assertion failure in the Bug#57802 fix.Marko Mäkelä2010-11-111-2/+3
* | | | Remove unused parameter has_dict_mutex of dict_update_statistics_low()Vasil Dimov2010-11-113-44/+7
* | | | Bug#57802 Empty ASSERTION parameter passed to the HASH_SEARCH macroMarko Mäkelä2010-11-113-12/+77
* | | | Declarations and code do not mix in C90, not even within UNIV_DEBUG.Marko Mäkelä2010-11-112-4/+7
* | | | Fix Bug #48026 Log start and end of InnoDB buffer pool initializationJimmy Yang2010-11-105-9/+24
* | | | Port fix for Bug #48026 to 5.1 built-in and plugin: Log start and endJimmy Yang2010-11-102-0/+26
* | | | Merge mysql-5.1-innodb from bk-internal into my local repoVasil Dimov2010-11-1017-249/+361
|\ \ \ \