summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-3034-206/+338
|\
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-10-302-6/+4
| |\
| | * MDEV-18783 - Server crash in hp_rb_make_keySergey Vojtovich2019-10-302-6/+4
| * | Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2019-10-3032-1612/+2083
| |\ \
| | * | Fix xml(2)_mult.test result mismatchOlivier Bertrand2019-08-242-8/+8
| | * | In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-2430-1610/+2086
| * | | Merge branch 'merge-tokudb-5.6' into 10.1Oleksandr Byelkin2019-10-3019-133/+232
| |\ \ \
| | * | | 5.6.45-86.1Oleksandr Byelkin2019-10-3019-134/+231
| * | | | XtraDB 5.6.45-86.1Marko Mäkelä2019-10-309-17/+19
| * | | | MDEV-20927 Duplicate key with auto incrementMarko Mäkelä2019-10-302-48/+68
| * | | | Merge 5.5 into 10.1Eugene Kosov2019-10-291-0/+11
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | add .clang-format file for InnoDBbb-5.5-kevgsEugene Kosov2019-10-291-0/+11
* | | | | MDEV-18562 [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait indexJan Lindström2019-10-301-2/+12
* | | | | Clean up ut_strlcpy(), ut_strlcpy_rev()Marko Mäkelä2019-10-304-73/+15
* | | | | MDEV-20917 InnoDB is passing NULL to nonnull function parametersMarko Mäkelä2019-10-295-45/+42
* | | | | MDEV-20825 : Innodb does not start if GetDiskFreeSpace() fails.Vladislav Vaintroub2019-10-281-17/+21
* | | | | MDEV-20799 DROP Virtual Column crashes MariaDBSergei Golubchik2019-10-281-1/+1
* | | | | fix CONNECT engine to issue the correct error messageSergei Golubchik2019-10-2812-481/+460
* | | | | Merge 10.1 to 10.2Marko Mäkelä2019-10-2514-271/+243
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20621 FULLTEXT INDEX activity causes InnoDB hangThirunarayanan Balathandayuthapani2019-10-2512-262/+244
| * | | | MDEV-19073 FTS row mismatch after crash recoveryThirunarayanan Balathandayuthapani2019-10-252-0/+8
* | | | | MDEV-20864 Introduce debug option innodb_change_buffer_dumpMarko Mäkelä2019-10-193-1/+30
* | | | | Simplify row_undo_ins_remove_sec_low()Marko Mäkelä2019-10-171-30/+22
* | | | | MDEV-20850 Merge new release of InnoDB 5.7.28 to 10.2Marko Mäkelä2019-10-173-26/+30
|\ \ \ \ \
| * | | | | MDEV-20852 BtrBulk is unnecessarily holding dict_index_t::lockMarko Mäkelä2019-10-172-25/+29
|/ / / / /
* | | | | Fixed bug in lock tables + alter table with Aria tables.Monty2019-10-161-11/+15
* | | | | MDEV-20813: Do not rotate keys for unallocated pagesMarko Mäkelä2019-10-141-8/+17
* | | | | Merge 10.1 into 10.2Marko Mäkelä2019-10-141-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20813: Remove the buf_flush_init_for_writing() assertionMarko Mäkelä2019-10-142-2/+0
* | | | | MDEV-20813 Assertion failure in buf_flush_init_for_writing() for innodb_immed...Marko Mäkelä2019-10-122-3/+12
* | | | | 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-117-90/+117
|\ \ \ \ \ | |/ / / /
| * | | | 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-113-88/+96
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20805 ibuf_add_free_page() is not initializing FIL_PAGE_TYPE firstMarko Mäkelä2019-10-112-6/+8
* | | | | Fix CMAKE_BUILD_TYPE=DebugMarko Mäkelä2019-10-114-25/+20
* | | | | MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purgeNikita Malyavin2019-10-111-0/+1
* | | | | add innodb_debug_sync var to support DEBUG_SYNC from purge threadsNikita Malyavin2019-10-118-13/+174
* | | | | MDEV-20788: Bogus assertion failure for PAGE_FREE listMarko Mäkelä2019-10-104-168/+141
* | | | | Rename log_make_checkpoint_at() to log_make_checkpoint()Marko Mäkelä2019-10-099-21/+17
* | | | | MDEV-19335 Remove buf_page_t::encryptedThirunarayanan Balathandayuthapani2019-10-095-74/+24
* | | | | Merge 10.1 into 10.2Marko Mäkelä2019-10-092-21/+0
|\ \ \ \ \ | |/ / / /
| * | | | 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-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
* | | | | fix clang warningEugene Kosov2019-10-031-1/+1
* | | | | MDEV-20647 Fix and enable SphinxSE testsRobert Bindar2019-09-303-4/+33