summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22351 InnoDB may recover wrong information after RESET MASTERbb-10.3-MDEV-22351Marko Mäkelä2021-01-222-29/+25
* 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-115-26/+11
|\ \ | |/
| * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-083-31/+9
| * Cleanup: Remove unused symbol QUE_THR_PROCEDURE_WAITMarko Mäkelä2021-01-082-4/+2
| * 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
* | ut_ad(err != DB_DUPLICATE_KEY) in row_rename_table_for_mysqlNikita Malyavin2021-01-051-0/+2
* | 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-283-7/+31
|\ \ | |/
| * MDEV-24449 Corruption of system tablespace or last recovered pageMarko Mäkelä2020-12-281-1/+1
| * MDEV-23851 MDEV-24229 BF-BF conflict issuessjaakola2020-12-282-6/+30
* | MDEV-24476 Overloaded functions dbug_print_rec break compilation in 10.3Aleksey Midenkov2020-12-241-0/+48
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-232-5/+5
|\ \ | |/
| * MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDBNikita Malyavin2020-12-181-1/+1
| * MDEV-24172: innodb stats table last_update is TIMESTAMPDaniel Black2020-12-161-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-233-17/+16
|\ \ | |/
| * MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-043-22/+16
* | Partially revert 7410ff436e95de09c2f3f0028e7af8b3a043028bMarko Mäkelä2020-12-231-39/+0
* | MDEV-23446 UPDATE does not insert history row if the row is not changedAleksey Midenkov2020-12-221-0/+14
* | MDEV-23644 Assertion on evaluating foreign referential action for self-refere...Aleksey Midenkov2020-12-224-2/+43
* | MDEV-21138 Assertion `col->ord_part' or `f.col->ord_part' failed in row_build...Aleksey Midenkov2020-12-225-8/+110
* | MDEV-24323 Crash on recovery after kill during instant ADD COLUMNMarko Mäkelä2020-12-011-0/+7
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-017-8/+12
|\ \ | |/
| * 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-255-5/+8
| * MDEV-24188 fixup: Correct the FindBlockX predicateMarko Mäkelä2020-11-181-2/+2
* | MDEV-24188: Merge 10.2 into 10.3Marko Mäkelä2020-11-136-57/+96
|\ \ | |/
| * MDEV-24188 Hang in buf_page_create() after reusing a previously freed pageMarko Mäkelä2020-11-136-58/+97
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-1210-279/+62
|\ \ | |/
| * Cleanup: Remove dict_space_is_empty(), dict_space_get_id()Marko Mäkelä2020-11-112-161/+1
| * MDEV-24156 trx_undo_left() fails to prevent overflowMarko Mäkelä2020-11-111-12/+10
| * MDEV-24182 ibuf_merge_or_delete_for_page() contains dead codeMarko Mäkelä2020-11-114-90/+50
| * MDEV-24171 index_online_log is instrumented as rw-lock, not mutexMarko Mäkelä2020-11-101-1/+1
| * MDEV-7620: Remove the data structuresMarko Mäkelä2020-11-092-18/+0
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-0/+3
|\ \ | |/
| * MDEV-23991 fixup: Initialize the memoryMarko Mäkelä2020-10-301-0/+3
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-2820-283/+246
|\ \ | |/
| * MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clockMarko Mäkelä2020-10-281-2/+0
| * MDEV-23163 Merge new release of InnoDB 5.7.32 to 10.2Marko Mäkelä2020-10-281-1/+1
| * MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-2719-280/+244
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-2830-590/+394
|\ \ | |/
| * MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-271-0/+27
| * MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-2716-165/+262
| * Bug #31228694 FTS QUERY WITH LIMIT HIT AN ASSERTbb-10.2-MDEV-23989Sachin Agarwal2020-10-261-3/+5
| * Bug #30933728 INNODB FTS PHRASE SEARCH HIT AN ASSERTSachin Agarwal2020-10-261-14/+17
| * MDEV-23370 innodb_fts.innodb_fts_misc failed in buildbot, server crashed in d...bb-10.2-MDEV-23370Thirunarayanan Balathandayuthapani2020-10-258-399/+68
| * MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-251-4/+4
| * MDEV-20755 InnoDB: Database page corruption on disk or a failed file read of ...Vlad Lesin2020-10-231-0/+2