summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MergeKent Boortz2010-12-29105-2793/+989
|\
| * MergeKent Boortz2010-12-29105-2793/+989
* | Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-1/+1
* | Manual merge from mysql-5.1-bugteam for bug#54486.Dmitry Shulga2010-12-101-0/+2
|\ \ | |/
| * Fixed bug#54486 - assert in my_seek, concurrentDmitry Shulga2010-12-101-0/+2
| * Fix for bug#48451: my_seek and my_tell ignore MY_WME flagRamil Kalimullin2010-12-091-2/+10
| * mergeGeorgi Kodinov2010-11-263-8/+18
| |\
| | * merge to 5.1-securityGeorgi Kodinov2010-10-2940-355/+936
| | |\
| | * | 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-203-4/+10
| | * | Merge Bug #57345, Bug #56982, Bug#53307 test from mysql-5.1-innodbMarko Makela2010-10-114-3/+37
| | |\ \
| | * | | Bug #56947 InnoDB leaks memory when failing to create a tableMarko Mäkelä2010-10-112-9/+18
| | * | | Bug #56947 InnoDB leaks memory when failing to create a tableMarko Mäkelä2010-10-111-0/+1
| * | | | Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-11-1829-374/+661
| |\ \ \ \
* | \ \ \ \ Merge fix for BUG58205 to 5.5-bugteam.Sergey Vojtovich2010-12-081-1/+2
|\ \ \ \ \ \
| * | | | | | BUG#58205 - Valgrind failure in fn_format when called fromSergey Vojtovich2010-12-011-1/+2
* | | | | | | Bug#58798 SHOW ENGINE PERFORMANCE_SCHEMA STATUS: incorrect table lettercaseMarc Alff2010-12-071-53/+53
* | | | | | | Bug#53696 Performance schema engine violates the PSEA API by calling my_error()Marc Alff2010-12-016-15/+33
|/ / / / / /
* | | | | | local mergeMarc Alff2010-11-2151-1901/+610
|\ \ \ \ \ \
| * | | | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-2022-1523/+0
| * | | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-6/+3
| * | | | | | Merge mysql-5.5-innodb -> mysql-5.5-bugteamVasil Dimov2010-11-1826-370/+605
| |\ \ \ \ \ \
| | * | | | | | Fix Bug #16290 Unclear error message when adding foreign key constraintJimmy Yang2010-11-144-2/+37
| | * | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-111-2/+3
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Fix a debug assertion failure in the Bug#57802 fix.Marko Mäkelä2010-11-111-2/+3
| | * | | | | | Merge mysql-5.1-innodb -> mysql-5.5-innodbVasil Dimov2010-11-113-45/+7
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Remove unused parameter has_dict_mutex of dict_update_statistics_low()Vasil Dimov2010-11-113-44/+7
| | * | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-112-10/+71
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | 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
| | * | | | | | Increment InnoDB version from 1.1.3 to 1.1.4 Vasil Dimov2010-11-111-1/+1
| | * | | | | | Merge from mysql-5.1-innodb to mysql-5.5-innodbJimmy Yang2010-11-104-9/+18
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | 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-103-0/+48
| | | * | | | | Merge mysql-5.1-innodb from bk-internal into my local repoVasil Dimov2010-11-1019-250/+371
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-11-083-4/+26
| | | | |\ \ \ \ \
| | * | | \ \ \ \ \ Merge mysql-5.5-innodb from bk-internal into my local repoVasil Dimov2010-11-1017-249/+335
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge mysql-5.5-bugteam -> mysql-5.5-innodbVasil Dimov2010-11-082-2/+2
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Bug57960 - In ha_innodb.cc, get_foreign_key_info() make sure the unknown2010-11-041-1/+1
| | | * | | | | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-042-2/+4
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | row_ins_index_entry(): Note that only CREATE INDEX sets foreign=FALSE.Marko Mäkelä2010-11-042-2/+4
| | | | * | | | | | | | Add change log entry for bug#54538 fix.Sunny Bains2010-11-041-0/+7
| | | * | | | | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-031-1/+1
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | rw_lock_debug_print(): Output the thread ID in unsigned format.Marko Mäkelä2010-11-032-2/+2
| | | * | | | | | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-039-60/+55
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | Bug#57947 InnoDB diagnostics shows btr_block_get calls instead of real callersMarko Mäkelä2010-11-034-47/+48
| | | | * | | | | | | | Non-functional change: Remove bogus const qualifiersMarko Mäkelä2010-11-036-13/+13
| | | * | | | | | | | | Merge from mysql-5.1-innodb to mysql-5.5-innodb.Sunny Bains2010-11-035-34/+134
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | Fix Bug #54538 - use of exclusive innodb dictionary lock limits performance.Sunny Bains2010-11-035-34/+134
| | | | * | | | | | | | In this patch, existing tests innodb_bug54679.test and innodb_bug56632.test areunknown2010-11-021-149/+138