summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is usedAlexander Barkov2023-04-211-1/+5
* MDEV-30076 ibuf_insert tries to insert the entry for uncommitted indexThirunarayanan Balathandayuthapani2023-04-191-0/+4
* MDEV-31025 Redundant table alter fails when fixed columnThirunarayanan Balathandayuthapani2023-04-192-6/+1
* MDEV-24011 InnoDB: Failing assertion: index_cache->words == NULL in fts0fts....Thirunarayanan Balathandayuthapani2023-04-191-1/+9
* MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-041-1/+2
* MDEV-30453 Setting innodb_buffer_pool_filename to an empty string attempts to...Marko Mäkelä2023-03-291-40/+2
* MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export...Vlad Lesin2023-03-278-52/+48
* MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2023-03-223-17/+92
* Remove a bogus UNIV_ZIP_DEBUG checkMarko Mäkelä2023-03-211-6/+0
* MDEV-29692 Assertion `(writeptr + (i * size)) != local_frame' failed upon IMP...Marko Mäkelä2023-03-211-2/+4
* Fix cmake -DWITH_INNODB_EXTRA_DEBUG (UNIV_ZIP_DEBUG)Marko Mäkelä2023-03-201-2/+3
* MDEV-26198 Assertion `0' failed in row_log_table_apply_op duringThirunarayanan Balathandayuthapani2023-03-141-1/+3
* MDEV-30567 rec_get_offsets() is not optimalMarko Mäkelä2023-03-061-77/+60
* MDEV-30597 Assertion `flag == 1' failed in row_build_index_entry_lowThirunarayanan Balathandayuthapani2023-02-231-6/+16
* MDEV-30615 Can't read from I_S.INNODB_SYS_INDEXES when having a discarded ta...Thirunarayanan Balathandayuthapani2023-02-161-3/+5
* MDEV-30597 Assertion `flag == 1' failed in row_build_index_entry_lowThirunarayanan Balathandayuthapani2023-02-141-0/+18
* Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-0914-25/+23
* innodb: cmake - sched_getcpu removed - not usedDaniel Black2023-02-081-6/+0
* Merge 10.3 into 10.4Marko Mäkelä2023-01-171-4/+11
|\
| * MDEV-30422 Merge new release of InnoDB 5.7.41 to 10.3Marko Mäkelä2023-01-171-4/+11
* | 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-141-18/+35
* | MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-131-0/+10
* | 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
* | 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
* | 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
* | MDEV-30065: mariadb-install-db allow for --enforce-storage-engine=InnoDBDaniel Black2022-12-132-3/+4
* | 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
* | 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
| * Remove an unused fileMarko Mäkelä2022-11-081-14/+0
| * MDEV-27121 fixup: mariabackup.mdev-14447 fault injectionMarko Mäkelä2022-11-081-1/+1