summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-256-15/+9
|\
| * MDEV-31124 Innodb_data_written miscounts doublewritesMarko Mäkelä2023-04-253-9/+4
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-245-8/+19
| |\
| | * 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-31114 Assertion !...is_waiting() failed in os_aio_wait_until_no_pending_...Marko Mäkelä2023-04-249-26/+29
* | | MDEV-30996 insert.. select in presence of full text index freezes all other ...Thirunarayanan Balathandayuthapani2023-04-245-97/+333
* | | MDEV-26782 InnoDB temporary tablespace: reclaiming of free space does not workMarko Mäkelä2023-04-214-64/+78
* | | Cleanup: MONITOR_EXISTING trx_undo_slots_used, trx_undo_slots_cachedMarko Mäkelä2023-04-214-18/+29
* | | MDEV-29593 Purge misses a chance to free not-yet-reused undo pagesMarko Mäkelä2023-04-212-117/+116
* | | MDEV-26827 fixup: hangs and !os_aio_pending_writes() assertion failuresMarko Mäkelä2023-04-212-5/+4
* | | MDEV-31084 assert(waiting) failed in TP_connection_generic::wait_endMarko Mäkelä2023-04-211-2/+6
* | | Merge 10.5 into 10.6Marko Mäkelä2023-04-211-2/+12
|\ \ \ | |/ /
| * | MDEV-30753 fixup: Unsafe buffer page restorationMarko Mäkelä2023-04-211-2/+13
* | | MDEV-26827 fixup: Fix os_aio_wait_until_no_pending_writes()Marko Mäkelä2023-04-201-2/+1
* | | MDEV-26827 fixup: Do not hog buf_pool.mutexMarko Mäkelä2023-04-191-9/+19
* | | MDEV-31080 fil_validate() failures during deferred tablespace recoveryMarko Mäkelä2023-04-195-35/+52
* | | MDEV-30863 fixup: Assertion failure when using innodb_undo_tablespaces=0Marko Mäkelä2023-04-191-6/+5
* | | MDEV-30863 fixup: Hang in a debug buildMarko Mäkelä2023-04-191-1/+1
* | | MDEV-30863 Server freeze, all threads in trx_assign_rseg_low()Marko Mäkelä2023-04-183-16/+8
* | | Merge 10.5 into 10.6Marko Mäkelä2023-04-181-2/+2
|\ \ \ | |/ /
| * | Fix compilation on gcc 11.2.0Sergei Petrunia2023-04-131-2/+2
* | | MDEV-31049 fil_delete_tablespace() returns wrong file handle if tablespace wa...Vlad Lesin2023-04-143-8/+20
* | | MDEV-30775 Performance regression in fil_space_t::try_to_close() introduced i...Vlad Lesin2023-04-142-4/+14
* | | MDEV-31048 PERFORMANCE_SCHEMA lakcs InnoDB read_slots and write_slotsMarko Mäkelä2023-04-132-5/+11
* | | MDEV-28974 fixup: Fix error and warning messagesMarko Mäkelä2023-04-131-6/+10
* | | MDEV-29273 Race condition between drop table and closing of tableThirunarayanan Balathandayuthapani2023-04-122-4/+12
* | | MDEV-26827 fixup: Do not duplicate io_slots::pending_io_count()Marko Mäkelä2023-04-1211-144/+98
* | | Merge 10.5 into 10.6Marko Mäkelä2023-04-1117-110/+93
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2023-04-051-1/+2
| |\ \ | | |/
| | * MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-041-1/+2
| * | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-3116-114/+96
| |\ \ | | |/
| | * 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
* | | MDEV-26827 fixup for DDL race conditionMarko Mäkelä2023-04-111-4/+2
* | | MDEV-30413 : run sequence nextval got [Note] WSREP: MDL BF-BF conflict and [E...Jan Lindström2023-03-303-45/+59
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-2810-46/+20
|\ \ \ | |/ /
| * | MDEV-30936 fixupMarko Mäkelä2023-03-282-2/+1
| * | MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelyMarko Mäkelä2023-03-2815-59/+26