summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26811: Assertion "log_sys->n_pending_flushes == 1" failsMarko Mäkelä2021-10-131-8/+3
* Xcode compatibility updateSergei Krivonos2021-10-121-6/+6
* MDEV-24978 crash with transaction on table with no PK and long fulltext columnbb-10.2-MDEV-24978-galerasjaakola2021-09-301-3/+7
* Revert MDEV-25114Marko Mäkelä2021-09-242-155/+158
* Revert "MDEV-24978 : SIGABRT in __libc_message"bb-10.2-MDEV-24978-fJan Lindström2021-09-241-43/+21
* MDEV-25114 Crash: WSREP: invalid state ROLLED_BACK (FATAL)sjaakola2021-09-242-77/+114
* Revert "MDEV-23328 Server hang due to Galera lock conflict resolution" andJan Lindström2021-09-241-112/+72
* MDEV-26450: Corruption due to innodb_undo_log_truncatebb-10.2-MDEV-26450Marko Mäkelä2021-09-227-42/+214
* MDEV-26636: InnoDB defragmentation statistics cause races on TEMPORARY TABLEMarko Mäkelä2021-09-181-1/+2
* MDEV-25702 Auxiliary FTS table evicts during optimize tableThirunarayanan Balathandayuthapani2021-09-131-1/+2
* MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculationMarko Mäkelä2021-09-102-7/+13
* MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-021-1/+2
* MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutexMarko Mäkelä2021-08-233-23/+25
* MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_freeThirunarayanan Balathandayuthapani2021-08-213-3/+18
* MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++st-10.2-MDEV-26443Marko Mäkelä2021-08-203-2581/+1017
* MDEV-26131 fixupMarko Mäkelä2021-08-181-5/+6
* MDEV-20931 ALTER...IMPORT can crash the serverEugene Kosov2021-08-177-33/+68
* MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespaceThirunarayanan Balathandayuthapani2021-08-161-83/+176
* MDEV-26376 pars_info_bind_id() unnecessarily copies stringsMarko Mäkelä2021-08-168-51/+37
* cleanup: specifying plugin dependencies in CMakeLists.txtSergei Golubchik2021-08-031-4/+0
* MDEV-20154 Assertion `len <= col->len | ...` failed in row_merge_buf_addNikita Malyavin2021-07-291-36/+29
* Cleanup: Remove redundant conditionsMarko Mäkelä2021-07-291-11/+2
* Cleanup: Remove dead codeMarko Mäkelä2021-07-281-6/+0
* MDEV-25998 fixup: Avoid a hangMarko Mäkelä2021-07-273-19/+6
* MDEV-25998 fixup: Assert that a mutex is being heldMarko Mäkelä2021-07-271-2/+2
* MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-271-0/+4
* MDEV-25594: Improve debug checksMarko Mäkelä2021-07-2712-238/+185
* MDEV-26062 : InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMAR...Jan Lindström2021-07-261-35/+41
* MDEV-25998 InnoDB removes the tablespace from default encrypt list earlyThirunarayanan Balathandayuthapani2021-07-261-2/+28
* MDEV-26228 ASAN heap-use-after-free with ON UPDATE CASCADEMarko Mäkelä2021-07-231-3/+3
* MDEV-26205 Merge new release of InnoDB 5.7.35 to 10.2Marko Mäkelä2021-07-224-23/+20
|\
| * Bug #31576731 INNODB_FT_TOTAL_CACHE_SIZE NOT CAPPED WHEN SET TO 32000000Sachin Agarwal2021-07-221-6/+8
| * Bug #32460315 ONLINE RESIZING BUFFER POOL CAN CRASH CONCURRENT BP LOOKUPJakub Łopuszański2021-07-222-16/+11
|/
* MDEV-26203 CREATE INDEX may enforce incorrect maximum column lengthMarko Mäkelä2021-07-221-2/+7
* MDEV-25361 fixup: Fix integer type mismatchMarko Mäkelä2021-07-223-22/+22
* Add feature summary at the end of cmake.Heinz Wiesinger2021-07-216-8/+28
* Delete unused MYSQL_CHECK_{LZ4|LZO}_STATIC macrosVicențiu Ciorbaru2021-07-212-36/+0
* Fix switch case statement in trx_flush_log_if_needed_low()Jagdeep Sidhu2021-07-201-1/+1
* MDEV-26040 os_file_set_size() may not work on O_DIRECT filesMarko Mäkelä2021-06-291-5/+33
* MDEV-25982 Upgrade of MariaDB 10.1 log crashes due to missing encryption keyMarko Mäkelä2021-06-221-1/+7
* Remove a unused variableMarko Mäkelä2021-06-161-2/+2
* fix clang buildEugene Kosov2021-06-153-6/+0
* MDEV-24713 Assertion `dict_table_is_comp(index->table)' failed in row_merge_b...Thirunarayanan Balathandayuthapani2021-06-151-1/+4
* MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-151-14/+13
* MDEV-14180 Automatically disable key rotation checks for file_key_managment p...Thirunarayanan Balathandayuthapani2021-06-153-8/+36
* MDEV-14180 preparation: Rename key_rotation_listThirunarayanan Balathandayuthapani2021-06-153-34/+46
* Remove orphan type name trx_sig_tMarko Mäkelä2021-06-101-3/+1
* MDEV-25869 Change buffer entries are lost on InnoDB restartmariadb-10.2.39Marko Mäkelä2021-06-081-3/+8
* MDEV-25758 InnoDB spatial indexes miss large geometry fields after MDEV-25459Thirunarayanan Balathandayuthapani2021-05-271-52/+93
* Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-272-63/+0