85 Commits (10.6)

Author SHA1 Message Date
Daniel Black a1bba0e31c MDEV-36482: Make liburing work WITH_MSAN=ON (fix) 2 months ago
Daniel Black 2c30f92dd3 MDEV-36482: Make liburing work WITH_MSAN=ON 3 months ago
Marko Mäkelä 3c67d73aad MDEV-36482: Make libaio work WITH_MSAN=ON 4 months ago
Daniel Black 839e8bfe9f MDEV-36182: liburing - incorrect error handing. 6 months ago
Daniel Black 73cdeda347 tpool: remove m_group_enqueued (unused) 6 months ago
Vladislav Vaintroub a2f510fccf MDEV-33978 P_S.THREADS is not showing all server threads 10 months ago
Vladislav Vaintroub d64034770e MDEV-35273 tpool::worker_data - replace MY_ALIGNED with pad member 12 months ago
Daniel Black d472391471 tpool: correct LIBAIO_REQIRED typo 1 year ago
Dave Gosselin db0c28eff8 MDEV-33746 Supply missing override markings 1 year ago
Marko Mäkelä c849952b71 MDEV-33840: Fix GCC -Wreorder 1 year ago
mariadb-DebarunBanerjee 52f6df99ed MDEV-33669 mariabackup --backup hangs 2 years ago
Vladislav Vaintroub f6e9600f42 MDEV-33840 tpool- switch to longer maintainence timer interval, if pool is idle 2 years ago
Vladislav Vaintroub 2ba79aba2b Revert "MDEV-33840 tpool : switch off maintenance timer when not needed." 2 years ago
Vladislav Vaintroub 09bae92c16 MDEV-33840 tpool : switch off maintenance timer when not needed. 2 years ago
Marko Mäkelä 78c9a12c8f MDEV-32861 InnoDB hangs when running out of I/O slots 2 years ago
Vladislav Vaintroub 9e62ab7aaf MDEV-31095 tpool - do not create new worker, if thread creation is pending. 3 years ago
Vladislav Vaintroub e33e2fa949 MDEV-31095 tpool - restrict threadpool concurrency during bufferpool load 3 years ago
Marko Mäkelä f50abab195 MDEV-31048 PERFORMANCE_SCHEMA lakcs InnoDB read_slots and write_slots 3 years ago
Marko Mäkelä a091d6ac4e MDEV-26827 fixup: Do not duplicate io_slots::pending_io_count() 3 years ago
Khem Raj 75bbf645a6 Add missing include <cstdio> 3 years ago
Heiko Becker 15226a2822 Add missing include for std::runtime_error 3 years ago
Daniel Black fd8dbe0d2c MDEV-29443: prevent uring access to galera sst /notify scripts 3 years ago
Vladislav Vaintroub a3fd9e6b06 MDEV-29367 Refactor tpool::cache 3 years ago
Vladislav Vaintroub 35f2cdcb99 MDEV-28920 Rescheduling of innodb_stats_func() missing 3 years ago
Marko Mäkelä 3794673111 MDEV-28836: Memory alignment cleanup 3 years ago
Marko Mäkelä db0fde3f24 MDEV-28665 aio_uring::thread_routine terminates prematurely, causing hang 3 years ago
Daniel Black 6350a52445 tpool: liburing typo in error 4 years ago
Marko Mäkelä 2aed566d22 Cleanup: alignas(CPU_LEVEL1_DCACHE_LINESIZE) 4 years ago
Sergei Golubchik f92388fa14 MDEV-27900 fixes 4 years ago
Daniel Black f4fb6cb3fe MDEV-27900: aio handle partial reads/writes (uring) 4 years ago
Daniel Black d78173828e MDEV-27900: aio handle partial reads/writes 4 years ago
Vladislav Vaintroub 012e724deb MDEV-27796 Windows - starting server with huge innodb-log-buffer-size may fail 4 years ago
Marko Mäkelä db915f7387 MDEV-27058: Move buf_page_t::slot to IORequest::slot 4 years ago
Marko Mäkelä 03e4cb2484 MDEV-24512 fixup: Remove after_task_callback 4 years ago
Vladislav Vaintroub 78bd7d86a4 MDEV-25953 Tpool - prevent potential deadlock in simulated AIO 4 years ago
Marko Mäkelä 6ba938af62 MDEV-25905: Assertion table2==NULL in dict_sys_t::add() 4 years ago
Marko Mäkelä 28e362eaca MDEV-25760: Resubmit IO job on -EAGAIN from io_uring 4 years ago
Daniel Black f82e69735e io_liburing: ENOMEM handling - use io_uring_mlock_size 5 years ago
Vladislav Vaintroub cb545f1116 CMake cleanup 5 years ago
Marko Mäkelä e8113f7572 CMake cleanup: Make WITH_URING, WITH_PMEM Boolean 5 years ago
Marko Mäkelä a0558b8c96 MDEV-24883 fixup: Add a dependency 5 years ago
Marko Mäkelä 783625d78f MDEV-24883 add io_uring support for tpool 5 years ago
Marko Mäkelä f24b738318 MDEV-24313 (2 of 2): Silently ignored innodb_use_native_aio=1 5 years ago
Vladislav Vaintroub 3ee24b2306 Simplify clang workarounds. 5 years ago
Marko Mäkelä f3a58ed801 MDEV-24295: Fix the non-clang build 5 years ago
Marko Mäkelä 4174fc1a1b MDEV-24295: Fix the WITH_MSAN build 5 years ago
Vladislav Vaintroub 1435f35bda Clarify some comments. 5 years ago
Vladislav Vaintroub 5bb5d4ad3a MDEV-24295 Reduce wakeups by tpool maintenance timer, when server is idle 5 years ago
Monty 279b5f87de Avoid some DBUG prints from idle server in thread pool 5 years ago
Marko Mäkelä f693b72547 MDEV-24270: Clarify some comments 5 years ago