summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30895 Assertion btr_cur->rtr_info->thr... in rtr_ins_enlarge_mbr()Marko Mäkelä2023-04-281-1/+2
* Merge 10.11 into 11.0Marko Mäkelä2023-04-2641-438/+773
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-04-2643-440/+796
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-04-2643-440/+796
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-04-2643-440/+796
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-04-2615-39/+79
| | | | |\
| | | | | * MDEV-31132 Deadlock between DDL and purge of InnoDB historyMarko Mäkelä2023-04-269-35/+41
| | | | | * MDEV-26055: Correct the formula for adaptive flushingMarko Mäkelä2023-04-261-13/+24
| | | | | * MDEV-26827 fixup: Prevent a hang in LRU evictionMarko Mäkelä2023-04-251-0/+5
| | | | | * 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
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-2430-401/+717
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | 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
* | | | | | | | Merge 10.11 into 11.0Sergei Petrunia2023-04-1727-326/+285
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-04-1427-327/+286
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-04-1427-313/+272
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-04-1427-313/+272
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-133-9/+17
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | 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
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-132-4/+12
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-29273 Race condition between drop table and closing of tableThirunarayanan Balathandayuthapani2023-04-122-4/+12
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-1225-304/+248
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | 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