summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* mergeSergei Golubchik2021-02-021-2/+6
* Merge branch '10.2' into 10.3Sergei Golubchik2021-02-0113-126/+267
|\
| * MDEV-24704 : Galera test failure on galera.galera_nopk_unicodeJan Lindström2021-01-271-7/+12
| * MDEV-24709 Assertion !recv_no_ibuf_operations failed in ibuf_page_low()Marko Mäkelä2021-01-271-0/+1
| * MDEV-24184 preparation: InnoDB RENAME TABLE recovery failureMarko Mäkelä2021-01-271-1/+0
| * MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-01-241-70/+99
| * cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-242-33/+21
| * Update InnoDB version number to 5.7.33Marko Mäkelä2021-01-191-2/+2
| * MDEV-24609: innodb_io_capacity can exceed innodb_io_capacity_maxMarko Mäkelä2021-01-191-1/+2
| * MDEV-24403 Segfault on CREATE TABLE with explicit FTS_DOC_ID_INDEX by multipl...Aleksey Midenkov2021-01-191-1/+1
| * MDEV-24491 db_name mismatch happens during virtual column computationThirunarayanan Balathandayuthapani2021-01-191-2/+2
| * MDEV-24547 Update fails when online alter does rollback due to MDL time outThirunarayanan Balathandayuthapani2021-01-191-2/+31
| * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-184-5/+83
| * 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-133-13/+23
| * MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-111-0/+1
* | MDEV-24751: member call on fil_system.temp_space in innodb_shutdown()Marko Mäkelä2021-02-011-2/+4
* | 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-252-7/+20
* | 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
|\ \ | |/