summaryrefslogtreecommitdiff
path: root/storage/innobase/srv
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25312 Replace fil_space_t::name with fil_space_t::name()Marko Mäkelä2021-04-081-24/+10
* Merge 10.5 into 10.6 (except MDEV-24630)Marko Mäkelä2021-03-302-12/+5
|\
| * MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-302-12/+5
* | Merge 10.5 into 10.6Marko Mäkelä2021-03-271-3/+0
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-03-271-3/+0
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-271-3/+0
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-271-3/+0
| | | |\
| | | | * MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-221-3/+0
* | | | | MDEV-21452 fixup: Correct a commentMarko Mäkelä2021-03-241-1/+1
* | | | | cleanup: os_thread_create -> std::threadEugene Kosov2021-03-191-1/+6
* | | | | cleanup: os_thread_yield() -> std::this_thread::yield()Eugene Kosov2021-03-191-1/+1
* | | | | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-192-3/+5
* | | | | MDEV-24883 add io_uring support for tpoolMarko Mäkelä2021-03-151-0/+5
* | | | | MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,...Marko Mäkelä2021-03-111-3/+3
* | | | | MDEV-25085: Simplify instrumentation for LRU evictionMarko Mäkelä2021-03-091-24/+14
* | | | | MDEV-24789: Reduce lock_sys.wait_mutex contentionMarko Mäkelä2021-02-261-1/+5
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-122-6/+5
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-4/+1
| | | |\ \ | | | | |/
| | | | * MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-131-4/+1
| | | * | MDEV-24751: member call on fil_system.temp_space in innodb_shutdown()Marko Mäkelä2021-02-011-2/+4
* | | | | MDEV-20612 fixup: Make comments refer to lock_sys.latchMarko Mäkelä2021-02-171-2/+1
* | | | | MDEV-20612: Replace lock_sys.mutex with lock_sys.latchMarko Mäkelä2021-02-111-15/+8
* | | | | Cleanup: Replace mysql_cond_t with pthread_cond_tMarko Mäkelä2021-02-071-7/+7
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-071-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-071-4/+4
| * | | | MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUSVladislav Vaintroub2021-01-291-33/+0
* | | | | MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-02-041-1/+5
* | | | | MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-273-30/+26
* | | | | MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUSVladislav Vaintroub2021-01-271-33/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-141-3/+0
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-131-3/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-112-6/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24544 innodb_buffer_pool_wait_free is not protected by mutexMarko Mäkelä2021-01-072-6/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-072-2/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-062-2/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-231-0/+11
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-231-0/+11
| | | |\ \ | | | | |/
| | | | * MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-041-0/+11
| | * | | MDEV-24334 make monitor_set_tbl global variable thread-safeEugene Kosov2020-12-031-2/+2
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-08-202-25/+75
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2020-08-202-25/+79
| | | |\ \ | | | | |/
| | | | * MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-192-25/+79
* | | | | MDEV-21452 fixup: Fix fake server hang reportsMarko Mäkelä2020-12-211-10/+13
* | | | | MDEV-21452: Retain the watchdog only on dict_sys.mutex, for performancebb-10.6-MDEV-21452-2Marko Mäkelä2020-12-151-14/+0
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-153-91/+78
* | | | | MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_arrayMarko Mäkelä2020-12-152-60/+9
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-152-55/+37
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-12-142-10/+11
|\ \ \ \ \ | |/ / / /