summaryrefslogtreecommitdiff
path: root/storage/innobase/handler
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25295 Aborted FTS_DOC_ID_INDEX considered as existing FTS_DOC_ID_INDEX d...bb-10.2-MDEV-25295Thirunarayanan Balathandayuthapani2021-04-061-2/+4
* MDEV-25047: SIGSEGV in mach_read_from_n_little_endianbb-10.2-MDEV-25047mkaruza2021-04-011-1/+4
* MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-301-11/+22
* MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-222-18/+6
* MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-221-6/+0
* MDEV-10682 Race condition between ANALYZE and STATS_AUTO_RECALCMarko Mäkelä2021-03-181-0/+14
* MDEV-24978 : SIGABRT in __libc_messageJan Lindström2021-03-151-21/+42
* MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-131/+177
* MDEV-25051 Race condition between persistent statistics and RENAME TABLE or T...Marko Mäkelä2021-03-041-14/+18
* MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-021-1/+2
* MDEV-24873 : galera.galera_as_slave_ctas MTR failed: Assertion `(&(&LOCK_thd_...Jan Lindström2021-02-171-1/+1
* MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-121-0/+34
* MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-01-241-70/+99
* cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-241-31/+19
* MDEV-24609: innodb_io_capacity can exceed innodb_io_capacity_maxMarko Mäkelä2021-01-191-1/+2
* MDEV-24491 db_name mismatch happens during virtual column computationThirunarayanan Balathandayuthapani2021-01-191-2/+2
* MDEV-21478 fixup: Avoid a memory leakMarko Mäkelä2021-01-141-4/+3
* MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-131-6/+21
* MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-111-0/+1
* MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan Balathandayuthapani2021-01-111-0/+17
* 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-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-042-22/+5
* Cleanup: row_log_free()Marko Mäkelä2020-11-251-0/+1
* MDEV-24171 index_online_log is instrumented as rw-lock, not mutexMarko Mäkelä2020-11-101-1/+1
* MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-272-50/+49
* 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
* 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
* 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
* | 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
* | MDEV-23600 follow-up: uninitialized rec_field_is_prefixMarko Mäkelä2020-09-041-3/+2
* | 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
* | MDEV-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-211-31/+7
* | 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.1 into 10.2Marko Mäkelä2020-08-131-1/+1
|\ \ | |/
| * MDEV-20672 Inconsistent usage message for innodb_compression_algorithmMarko Mäkelä2020-08-121-1/+1