summaryrefslogtreecommitdiff
path: root/storage/innobase/handler
Commit message (Expand)AuthorAgeFilesLines
...
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-272-6/+6
* | MDEV-24653 Assertion block->page.id.page_no() == index->page failed in innoba...Marko Mäkelä2021-01-251-3/+5
* | Merge 10.2 into 10.3Marko Mäkelä2021-01-191-0/+16
|\ \ | |/
| * MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan Balathandayuthapani2021-01-111-0/+17
* | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-20/+6
|\ \ | |/
| * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-081-29/+6
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-082-6/+6
* | MDEV-23632 ALTER TABLE...ADD KEY creates corrupted index on virtual columnNikita Malyavin2021-01-051-1/+4
* | handler0alter.cc: extract cache eviction and stats drop to functionsNikita Malyavin2021-01-051-42/+44
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-232-17/+5
|\ \ | |/
| * MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-042-22/+5
* | MDEV-23446 UPDATE does not insert history row if the row is not changedAleksey Midenkov2020-12-221-0/+14
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-0/+2
|\ \ | |/
| * Cleanup: row_log_free()Marko Mäkelä2020-11-251-0/+1
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-121-1/+1
|\ \ | |/
| * MDEV-24171 index_online_log is instrumented as rw-lock, not mutexMarko Mäkelä2020-11-101-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-282-50/+51
|\ \ | |/
| * MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-272-50/+49
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-4/+31
|\ \ | |/
| * MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-271-0/+27
| * MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-251-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-222-18/+35
|\ \ | |/
| * Revert MDEV-23484 Rollback unnecessarily acquires dict_operation_lockMarko Mäkelä2020-10-201-2/+2
| * MDEV-23996 Race conditions in SHOW ENGINE INNODB MUTEXMarko Mäkelä2020-10-201-9/+3
| * MDEV-23387 dict_load_foreign() fails to load the table during alterThirunarayanan Balathandayuthapani2020-10-191-1/+1
| * MDEV-23888: Potential server hang on replication with InnoDBMarko Mäkelä2020-10-061-0/+6
| * MDEV-16664: Add deprecation warning for innodb_lock_schedule_algorithm=VATSMarko Mäkelä2020-10-051-5/+14
| * Cleanup: Remove fts_t::bg_threads_mutex, fts_t::bg_threadsMarko Mäkelä2020-10-021-1/+0
* | Merge 10.2 into 10.3Marko Mäkelä2020-09-303-33/+11
|\ \ | |/
| * Cleanup: Remove unused fts_cache_t::optimize_lockMarko Mäkelä2020-09-301-1/+0
| * Cleanup: Remove constant parameters async=false, index_name=NULLMarko Mäkelä2020-09-292-33/+5
| * Merge 10.1 into 10.2Marko Mäkelä2020-09-291-0/+6
| |\
| | * MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-281-0/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-221-3/+8
|\ \ \ | |/ /
| * | MDEV-22939: Restore an AUTO_INCREMENT checkMarko Mäkelä2020-09-221-0/+6
| * | MDEV-22939 Server crashes in row_make_new_pathname()Marko Mäkelä2020-09-221-9/+9
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-041-3/+2
|\ \ \ | |/ /
| * | MDEV-23600 follow-up: uninitialized rec_field_is_prefixMarko Mäkelä2020-09-041-3/+2
* | | MDEV-23651 InnoDB: Failing assertion: !space->referenced()Marko Mäkelä2020-09-031-4/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-031-64/+53
|\ \ \ | |/ /
| * | Cleanup: Avoid repeated calls to dict_col_t::is_virtual()Marko Mäkelä2020-09-011-5/+4
| * | MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-011-7/+8
| * | MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-011-53/+42
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-213-53/+30
|\ \ \ | |/ /
| * | MDEV-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-211-31/+7
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-202-22/+61
|\ \ \ | |/ /
| * | MDEV-23514 Race conditions between ROLLBACK and ALTER TABLEMarko Mäkelä2020-08-201-2/+2
| * | MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-192-0/+53
| * | MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFFMarko Mäkelä2020-08-182-42/+7
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-132-8/+12
|\ \ \ | |/ /