summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25018 [FATAL] InnoDB: Unable to read page (of a dropped tablespace)bb-10.5-MDEV-25018Thirunarayanan Balathandayuthapani2021-03-031-24/+27
* MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-03-031-10/+25
* MDEV-25026 Various code paths are accessing freed pagesbb-10.5-MDEV-25026Marko Mäkelä2021-03-025-10/+26
* MDEV-24997 Assertion mtr->is_named_space(page_id.space()) in ibuf0ibuf.cc:624Thirunarayanan Balathandayuthapani2021-02-261-0/+1
* MDEV-24967 : Signal 11 on ha_innodb.cc::bg_wsrep_kill_trx line 18611Jan Lindström2021-02-241-4/+6
* Merge 10.4 into 10.5Marko Mäkelä2021-02-241-3/+4
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-02-231-2/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-02-231-2/+1
| | |\
| | | * MDEV-24913 Assertion !recv_no_log_write in log_write_up_to()Thirunarayanan Balathandayuthapani2021-02-231-2/+1
* | | | Merge branch '10.4' into 10.5Sergei Golubchik2021-02-232-3/+66
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sergei Golubchik2021-02-232-13/+92
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-222-13/+92
| | |\ \ | | | |/
| | | * MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-02-221-14/+57
| | | * 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
| * | | Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2021-02-2315-105/+322
| |\ \ \
| * | | | MDEV-24792 Assertion `!newest_lsn || fil_page_get_type(page)' failed upon Mar...Vlad Lesin2021-02-142-1/+14
* | | | | Merge branch 'bb-10.5-release' into 10.5Sergei Golubchik2021-02-232-4/+6
|\ \ \ \ \
| * | | | | MDEV-24917 Page cleaner wrongly remains idlebb-10.5-MDEV-24917Marko Mäkelä2021-02-182-4/+6
* | | | | | Merge mariadb-10.5.9Marko Mäkelä2021-02-1715-90/+313
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-24864 Fatal error in buf_page_get_low() / fseg_page_is_free()Marko Mäkelä2021-02-152-6/+12
| * | | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-1513-85/+302
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | remove find_thread_with_thd_data_lock_callbackSergei Golubchik2021-02-121-2/+4
| | * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-60/+148
| | * | | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-1215-48/+175
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | 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-24848 Assertion rlen<llen failed when applying MEMSETMarko Mäkelä2021-02-172-5/+14
* | | | | Comment on assertion in row_rename_table_for_mysql()Aleksey Midenkov2021-02-151-0/+1
|/ / / /
* | | | MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-078-47/+49
* | | | MDEV-23379 fixup: Remove dead PERFORMANCE_SCHEMA codeMarko Mäkelä2021-02-071-11/+1
* | | | MDEV-24765 fseg_free_extent fails to call buf_page_free() for the whole segmentThirunarayanan Balathandayuthapani2021-02-021-2/+2
* | | | MDEV-24754 Crash in ha_partition_inplace_ctx::~ha_partition_inplace_ctx()Marko Mäkelä2021-02-011-1/+1
* | | | MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUSVladislav Vaintroub2021-01-293-60/+0