summaryrefslogtreecommitdiff
path: root/storage/innobase/dict
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutexMarko Mäkelä2021-08-231-9/+19
* MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_freeThirunarayanan Balathandayuthapani2021-08-211-1/+1
* MDEV-25503 InnoDB hangs on startup during recoveryThirunarayanan Balathandayuthapani2021-04-271-0/+6
* MDEV-24971 InnoDB access freed virtual column after rollback of secondary indexThirunarayanan Balathandayuthapani2021-04-122-2/+2
* MDEV-18802 Assertion table->stat_initialized failed in dict_stats_update_if_n...Marko Mäkelä2021-04-121-2/+17
* MDEV-24172: innodb stats table last_update is TIMESTAMPDaniel Black2020-12-161-4/+4
* MDEV-24275 InnoDB persistent stats analyze forces full scan forcing lock crashEugene Kosov2020-11-251-1/+1
* Cleanup: row_log_free()Marko Mäkelä2020-11-251-0/+1
* Cleanup: Remove dict_space_is_empty(), dict_space_get_id()Marko Mäkelä2020-11-111-138/+0
* MDEV-23991 fixup: Initialize the memoryMarko Mäkelä2020-10-301-0/+3
* MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-273-140/+133
* MDEV-23370 innodb_fts.innodb_fts_misc failed in buildbot, server crashed in d...bb-10.2-MDEV-23370Thirunarayanan Balathandayuthapani2020-10-253-162/+40
* Merge 10.1 into 10.2Marko Mäkelä2020-10-211-26/+37
|\
| * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-081-0/+19
* | Make DISCARD TABLESPACE more robustMarko Mäkelä2020-09-221-1/+1
* | MDEV-23705 Assertion 'table->data_dir_path || !space'Marko Mäkelä2020-09-221-1/+2
* | MDEV-23685 SIGSEGV on ADD FOREIGN KEY after failed ADD KEYMarko Mäkelä2020-09-091-1/+5
* | MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized pageThirunarayanan Balathandayuthapani2020-09-091-1/+1
* | MDEV-23134 SEGV in dict_load_table_one during restart after server crashThirunarayanan Balathandayuthapani2020-07-231-0/+1
* | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-30/+29
* | innodb: dict_mem_table_add_col - compile warning fix argument 1 null where no...Daniel Black2020-06-091-2/+2
* | dict_check_sys_tables(): Do not rely on buf_page_optimistic_get()Marko Mäkelä2020-06-041-0/+1
* | MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-043-18/+15
* | MDEV-22456: Fix cmake -DWITH_INNODB_AHI=OFFMarko Mäkelä2020-05-191-0/+2
* | MDEV-19114 gcol.innodb_virtual_debug: Assertion n_fields>0 failedMarko Mäkelä2020-05-191-1/+1
* | MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-154-45/+121
* | Cleanup: Remove InnoDB wrappers of thd_charset(), thd_query_safe()Marko Mäkelä2020-05-121-2/+2
* | MDEV-22523 index->rtr_ssn.mutex is wasting memoryMarko Mäkelä2020-05-111-2/+0
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-041-7/+39
|\ \ | |/
| * MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-041-7/+39
* | MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-14/+14
* | MDEV-7962: Follow-up fix for 10.2Marko Mäkelä2020-04-271-7/+7
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-011-3/+4
|\ \ | |/
| * MDEV-19092 Server crash when renaming the column whenThirunarayanan Balathandayuthapani2020-03-251-3/+4
* | MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-191-1/+2
* | MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-131-3/+3
* | Merge 10.1 into 10.2Marko Mäkelä2020-01-311-2/+5
|\ \ | |/
| * MDEV-21564 Assert in trx_purge_add_update_undo_to_history during shutdownThirunarayanan Balathandayuthapani2020-01-301-2/+5
* | MDEV-21512 InnoDB may hang due to SPATIAL INDEXMarko Mäkelä2020-01-171-11/+6
* | Cleanup: Remove dict_delete_tablespace_and_datafiles()Marko Mäkelä2019-12-271-43/+0
* | MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-31/+24
* | MDEV-21256: Simplify ut_rnd_interval()Marko Mäkelä2019-12-101-1/+1
* | MDEV-21069 Crash on DROP TABLE if the data file is corruptedMarko Mäkelä2019-11-191-10/+14
* | MDEV-20949 Stop issuing 'row size' error on DMLEugene Kosov2019-11-133-216/+8
* | MDEV-21024: Clean up dict_hdr_create()Marko Mäkelä2019-11-111-3/+2
* | MDEV-21024: Clean up IMPORT TABLESPACEMarko Mäkelä2019-11-111-5/+8
* | Follow-up to 792c9f9a4977ea428537ca34435d39bd17cec5ffmariadb-10.2.29Marko Mäkelä2019-11-062-14/+11
* | Merge 10.1 to 10.2Marko Mäkelä2019-11-062-5/+3
|\ \ | |/
| * MDEV-20987 InnoDB fails to start when fts table has FK relationThirunarayanan Balathandayuthapani2019-11-061-1/+1
| * Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-041-4/+2