summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge 10.4 into 10.5Marko Mäkelä2023-01-132-6/+6
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2023-01-132-6/+6
| |\ \ | | |/
| | * MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraintNikita Malyavin2023-01-121-1/+3
| | * Remove an unused parameterMarko Mäkelä2023-01-111-5/+3
* | | MDEV-30179 mariabackup --backup fails with FATAL ERROR: ... failedThirunarayanan Balathandayuthapani2023-01-102-0/+9
* | | Merge 10.4 into 10.5Marko Mäkelä2023-01-0314-114/+330
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2023-01-0314-110/+325
| |\ \ | | |/
| | * MDEV-25004 RefactoringsMarko Mäkelä2022-12-272-66/+53
| | * MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORYAleksey Midenkov2022-12-2712-114/+326
| | * MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-271-1/+1
| | * typosmusvaage2022-12-211-2/+2
| | * MDEV-30225 RR isolation violation with locking unique searchVlad Lesin2022-12-201-1/+3
* | | MDEV-24685 fixup: Remove srv_n_file_io_threadsMarko Mäkelä2022-12-162-14/+1
* | | MDEV-30227 [ERROR] [FATAL] InnoDB: fdatasync() returned 9Marko Mäkelä2022-12-151-2/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2022-12-1315-54/+120
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-12-1315-53/+121
| |\ \ | | |/
| | * MDEV-29144 ER_TABLE_SCHEMA_MISMATCH or crash on DISCARD/IMPORTMarko Mäkelä2022-12-093-6/+26
| | * MDEV-28855 SEGV around dict_free_vc_templ during DROP INDEXSergei Golubchik2022-12-021-1/+1
| | * cleanup: clarify innobase_init_vc_templ usageSergei Golubchik2022-12-022-11/+4
| | * MDEV-28462 Race condition between instant alter and AHI accessThirunarayanan Balathandayuthapani2022-11-228-21/+33
| | * MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-171-2/+4
| | * MDEV-29977 Memory leak in row_log_table_apply_updateThirunarayanan Balathandayuthapani2022-11-151-0/+2
| | * MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-113-8/+43
* | | Merge branch 10.4 into 10.5Daniel Black2022-12-132-3/+4
|\ \ \ | |/ /
| * | MDEV-30065: mariadb-install-db allow for --enforce-storage-engine=InnoDBDaniel Black2022-12-132-3/+4
* | | MDEV-24412 InnoDB: Upgrade after a crash is not supportedMarko Mäkelä2022-11-281-1/+1
* | | MDEV-30106 InnoDB fails to validate the change buffer on startupMarko Mäkelä2022-11-283-33/+51
* | | MDEV-30089 Metrics not incremented for 1st iteration in buf_LRU_free_from_com...Marko Mäkelä2022-11-281-10/+8
* | | MDEV-25417: Remove innodb buffer pool load throttlingDaniel Black2022-11-281-72/+0
* | | MDEV-30009 InnoDB shutdown hangs when the change buffer is corruptedMarko Mäkelä2022-11-232-100/+149
* | | Cleanup: Say "mariadbd" instead of "mysqld" in InnoDB messagesMarko Mäkelä2022-11-223-8/+10
* | | MDEV-30068 Confusing error message when encryption is not available on recoveryMarko Mäkelä2022-11-221-25/+12
* | | MDEV-19514 fixup: Fix recovery with innodb_change_buffering_debug=1Marko Mäkelä2022-11-211-1/+1
* | | MDEV-29999 innodb_undo_log_truncate=ON is not crash safeMarko Mäkelä2022-11-151-9/+11
* | | MDEV-29984 innodb_fast_shutdown=0 fails to report change buffer merge progressMarko Mäkelä2022-11-143-135/+61
* | | Cleanup: Remove a useless header fileMarko Mäkelä2022-11-144-65/+32
* | | MDEV-16264 fixup: Remove unused variablesMarko Mäkelä2022-11-141-9/+1
* | | MDEV-29982 Improve the InnoDB log overwrite error messageMarko Mäkelä2022-11-144-12/+42
* | | MDEV-29905 fixup: Remove some unnecessary codeMarko Mäkelä2022-11-142-12/+3
* | | MDEV-21174 fixup: Remove mtr_t::release_page()Marko Mäkelä2022-11-102-27/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2022-11-093-7/+7
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-11-093-7/+7
| |\ \ | | |/
| | * MDEV-29883 Deadlock between InnoDB statistics update and BLOB insertMarko Mäkelä2022-11-093-7/+7
* | | Merge 10.4 into 10.5Marko Mäkelä2022-11-0810-259/+167
|\ \ \ | |/ /
| * | MDEV-27121 fixup: mariabackup.mdev-14447,full_crc32Marko Mäkelä2022-11-081-1/+1
| * | Merge 10.3 into 10.4Marko Mäkelä2022-11-088-240/+108
| |\ \ | | |/
| | * MDEV-29856 heap-use-after-poison in row_merge_spatial_rows() w/ column prefixMarko Mäkelä2022-11-081-101/+69
| | * MDEV-29905 Change buffer operations fail to check for log file overflowMarko Mäkelä2022-11-083-46/+28
| | * MDEV-23371: Crash in _db_doprnt_ via que_thr_step()Marko Mäkelä2022-11-081-74/+2
| | * Include some advice in the crash-upgrade messageMarko Mäkelä2022-11-081-9/+13