summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20730: Syntax error on SELECT INTO @variable with CTEbb-10.5-MDEV-20730Oleksandr Byelkin2019-10-174-0/+62
* MDEV-6860 Parallel async replication hangs (#1400)seppo2019-10-164-0/+94
* Merge 10.3 into 10.4Marko Mäkelä2019-10-121-1/+3
|\
| * MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1Marko Mäkelä2019-10-121-1/+3
* | Null-merge 10.3 into 10.4Marko Mäkelä2019-10-120-0/+0
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-10-122-3/+12
| |\
| | * MDEV-20813 Assertion failure in buf_flush_init_for_writing() for innodb_immed...Marko Mäkelä2019-10-122-3/+12
* | | Fix -Wunused-variableMarko Mäkelä2019-10-121-2/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2019-10-1246-640/+757
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-10-1246-640/+757
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-10-120-0/+0
| | |\
| | | * MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
| | * | MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
| | * | Fix -std=c++98 -Wzero-length-arrayMarko Mäkelä2019-10-114-12/+10
| | * | After-merge fix: Correct an assertionMarko Mäkelä2019-10-111-1/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-10-1138-631/+485
| | |\ \ | | | |/
| | | * MDEV-20805 follow-up: Catch writes of bogus pagesMarko Mäkelä2019-10-114-4/+22
| | | * Merge 5.5 into 10.1Marko Mäkelä2019-10-1127-366/+382
| | | |\
| | | | * MDEV-20805 ibuf_add_free_page() is not initializing FIL_PAGE_TYPE firstMarko Mäkelä2019-10-112-6/+8
| | | | * MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' constructMarko Mäkelä2019-10-1121-224/+233
| | | * | MDEV-20804 Speed up main.index_merge_innodbMarko Mäkelä2019-10-119-272/+83
| | * | | Fix CMAKE_BUILD_TYPE=DebugMarko Mäkelä2019-10-115-25/+32
| | * | | MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purgeNikita Malyavin2019-10-113-0/+110
| | * | | add innodb_debug_sync var to support DEBUG_SYNC from purge threadsNikita Malyavin2019-10-118-13/+174
| * | | | MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
* | | | | MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
* | | | | Add encryption.innodb-redo-badkey,strict_full_crc32Marko Mäkelä2019-10-117-16/+28
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-1064-428/+603
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19783: Relax an assertionMarko Mäkelä2019-10-101-4/+10
| * | | | MDEV-19783: Add more assertionsMarko Mäkelä2019-10-103-3/+15
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-1014-189/+162
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20788: Bogus assertion failure for PAGE_FREE listMarko Mäkelä2019-10-104-168/+141
| | * | | Fixed feedback_plugin_load to work with staticly loaded pluginMichael Widenius2019-10-101-1/+5
| | * | | Rename log_make_checkpoint_at() to log_make_checkpoint()Marko Mäkelä2019-10-099-21/+17
| * | | | Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-102-0/+10
| * | | | Fix Mroonga compilationAleksey Midenkov2019-10-102-2/+2
| * | | | Fix compiler error when using -Wconversion.Jan Lindström2019-10-101-1/+1
| * | | | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-106-5/+76
| * | | | MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-105-10/+51
| * | | | MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-104-12/+17
| * | | | MDEV-16210 FK constraints on versioned tables use historical rows, which may ...Aleksey Midenkov2019-10-105-29/+46
| * | | | versioning test suite fixesAleksey Midenkov2019-10-1035-183/+223
* | | | | MDEV-19335 adjustment for innodb_checksum_algorithm=full_crc32Marko Mäkelä2019-10-1011-7/+45
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-1077-417/+727
|\ \ \ \ \ | |/ / / /
| * | | | After merge fix, this line was removed in adefaefSergey Vojtovich2019-10-091-1/+0
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-0935-298/+355
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19335 Remove buf_page_t::encryptedThirunarayanan Balathandayuthapani2019-10-096-77/+25
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-10-098-131/+62
| | |\ \ \ | | | |/ /
| | | * | Merge 5.5 into 10.1Marko Mäkelä2019-10-082-22/+0
| | | |\ \ | | | | |/
| | | | * Remove orphan declaration buf_flush_wait_batch_end_wait_only()Marko Mäkelä2019-10-072-22/+0