summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20074: Lost connection on update triggerbb-10.3-MDEV-20074Oleksandr Byelkin2019-10-1710-17/+305
* MDEV-20812 Unexpected ER_ROW_IS_REFERENCED_2 upon DELETE from versioned table...Aleksey Midenkov2019-10-155-17/+71
* MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1Marko Mäkelä2019-10-121-1/+3
* 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
* | 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-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
* | | | 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
| | * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-075-64/+29
| | * | Cleanup EITSSergey Vojtovich2019-10-023-47/+34
| * | | MDEV-19783: Add more REC_INFO_MIN_REC_FLAG checksEugene Kosov2019-10-096-38/+33
| * | | MDEV-19783 Random crashes and corrupt data in INSTANT-added columnsEugene Kosov2019-10-091-0/+21
| * | | Add page_has_prev(), page_has_next(), page_has_siblings()Marko Mäkelä2019-10-0913-62/+56
| * | | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-089-35/+159
| * | | Fix problem with warnings of new compilers.Oleksandr Byelkin2019-10-042-2/+0
| * | | fix clang warningEugene Kosov2019-10-031-1/+1
| * | | MDEV-20703: mariabackup creates binlog files in server binlog directory on --...Vlad Lesin2019-10-012-4/+20