summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | | | In this patch, existing tests innodb_bug54679.test and innodb_bug56632.test areunknown2010-11-021-149/+138
| | * | | | | | Merge mysql-5.1-innodb -> mysql-5.5-innodbVasil Dimov2010-11-036-74/+142
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | / / | | | | |_|/ / | | | |/| | |
| | | * | | | Add ChangeLog entry for Bug#53046Vasil Dimov2010-11-031-0/+8
| | | * | | | Fix Bug#53046 dict_update_statistics_low can still be run concurrently on sam...Vasil Dimov2010-11-026-73/+140
| | | |/ / /
| | | * | | Increment InnoDB Plugin version to 1.0.14.Vasil Dimov2010-11-021-1/+1
| | * | | | Mergeunknown2010-11-021-0/+12
| | |\ \ \ \
| | | * \ \ \ Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2010-11-021-0/+12
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug#57799 READ UNCOMMITTED access failure of off-page DYNAMIC or COMPRESSEDMarko Mäkelä2010-11-022-0/+18
| | | | * | | White-space corrections in the InnoDB Plugin ChangeLogMarko Mäkelä2010-11-021-5/+5
| | * | | | | Bug#57904 - Only one INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS was displayedunknown2010-11-021-1/+1
| | |/ / / /
| | * | | | Start preprocessor directive from column 1.Marko Mäkelä2010-11-011-1/+1
| | * | | | Bug #57579 blobs cause a thread to wait for itself endlesslyMarko Mäkelä2010-11-011-0/+1
| * | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-11-162-2/+2
| |\ \ \ \ \
| | * | | | | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-103-5/+3
* | | | | | | Bug#56760 PFS_lock::allocated_to_free() assert failures on osx10.5-x86-64bitMarc Alff2010-11-167-1/+47
|/ / / / / /
* | | | | | Bug#58003 Segfault on CHECKSUM TABLE performance_schema.EVENTS_WAITS_HISTORY_...Marc Alff2010-11-116-21/+112
* | | | | | Merge patch for BUG#58079.Sergey Vojtovich2010-11-1131-18152/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | BUG#58079 - Remove the IBM DB2 storage engineSergey Vojtovich2010-11-1131-18135/+0
| | |_|_|/ | |/| | |