summaryrefslogtreecommitdiff
path: root/storage/innobase/srv/srv0mon.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.11-release into bb-11.0-releaseSergei Petrunia2023-05-151-1/+5
|\
| * Merge 10.9 into 10.10Marko Mäkelä2023-05-021-1/+5
| |\
| | * Merge 10.6 into 10.8Marko Mäkelä2023-04-271-1/+5
| | |\
| | | * MDEV-29401 InnoDB history list length increased in 10.6 compared to 10.5Marko Mäkelä2023-04-271-1/+5
* | | | Merge 10.11 into 11.0Marko Mäkelä2023-04-261-5/+29
|\ \ \ \ | |/ / /
| * | | Merge 10.9 into 10.10Marko Mäkelä2023-04-261-5/+29
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.8Marko Mäkelä2023-04-241-5/+29
| | |\ \ | | | |/
| | | * Cleanup: MONITOR_EXISTING trx_undo_slots_used, trx_undo_slots_cachedMarko Mäkelä2023-04-211-5/+29
* | | | Merge 10.11 into 11.0Marko Mäkelä2023-03-171-5/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.9 into 10.10Marko Mäkelä2023-03-171-5/+7
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.8Marko Mäkelä2023-03-161-5/+7
| | |\ \ | | | |/
| | | * MDEV-26827 Make page flushing even fasterMarko Mäkelä2023-03-161-5/+7
* | | | MDEV-29694 Remove the InnoDB change bufferMarko Mäkelä2023-01-111-111/+1
|/ / /
* | | Merge 10.9 into 10.10Marko Mäkelä2022-07-281-1/+1
|\ \ \ | |/ /
| * | Merge 10.7 into 10.8Marko Mäkelä2022-07-281-1/+1
| |\ \ | | |/
| | * MDEV-29166: reduce locking of innodb rseg for user exposure of innodb_history...Daniel Black2022-07-261-1/+1
* | | MDEV-28540 Deprecate and ignore the parameter innodb_prefix_index_cluster_opt...Marko Mäkelä2022-06-031-22/+0
* | | MDEV-28539 Some InnoDB counters are duplicating generic SHOW STATUSMarko Mäkelä2022-06-031-84/+0
|/ /
* | Merge branch '10.7' into 10.8mariadb-10.8.3Sergei Golubchik2022-05-181-22/+0
|\ \ | |/
| * Merge branch '10.5' into 10.6mariadb-10.6.8Sergei Golubchik2022-05-181-22/+0
| |\
| | * Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-22/+0
| | |\
| | | * Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-181-23/+1
| | | |\
| | | | * MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-161-23/+1
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-5/+2
| |\ \ \ \ | | |/ / /
| | * | | Cleanup: Replace log_sys.n_pending_checkpoint_writes with a BooleanMarko Mäkelä2022-03-291-5/+2
* | | | | MDEV-27917 Some redo log diagnostics is always reported as 0Marko Mäkelä2022-02-221-9/+0
* | | | | MDEV-27774 Reduce scalability bottlenecks in mtr_t::commit()Marko Mäkelä2022-02-101-3/+4
* | | | | MDEV-14425 Improve the redo log for concurrencyMarko Mäkelä2022-01-211-76/+12
|/ / / /
* | | | MDEV-25062: Reduce trx_rseg_t::mutex contentionMarko Mäkelä2021-06-231-21/+6
* | | | MDEV-25882: Statistics used to track b-tree (non-adaptive) searchesKrunal Bauskar2021-06-111-3/+1
* | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-10/+0
* | | | MDEV-25689: Remove MONITOR_TABLE_REFERENCE, MONITOR_TABLE_CLOSEMarko Mäkelä2021-05-171-10/+0
* | | | MDEV-25687: Remove trx_active_transactionsMarko Mäkelä2021-05-171-5/+0
* | | | 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
* | | | 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-271-7/+13
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-111-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-24544 innodb_buffer_pool_wait_free is not protected by mutexMarko Mäkelä2021-01-071-2/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-071-2/+2
|\ \ \ \ | |/ / /
| * | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-24334 make monitor_set_tbl global variable thread-safeEugene Kosov2020-12-031-2/+2
* | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-10/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2020-12-091-2/+6
|\ \ \ \ | |/ / /
| * | | MDEV-24350 buf_dblwr unnecessarily uses memory-intensive srv_stats countersbb-10.5-MDEV-24350Marko Mäkelä2020-12-041-2/+6
* | | | MDEV-24142: Replace InnoDB rw_lock_t with sux_lockMarko Mäkelä2020-12-031-90/+0
|/ / /
* | | MDEV-23855: Use normal mutex for log_sys.mutex, log_sys.flush_order_mutexMarko Mäkelä2020-10-261-6/+6
* | | MDEV-23855: Improve InnoDB log checkpoint performanceMarko Mäkelä2020-10-261-39/+6
* | | MDEV-23399: Performance regression with write workloadsMarko Mäkelä2020-10-151-38/+2
* | | MDEV-22858 Remove unused innodb_mem_validate_usec, innodb_master_purge_usecMarko Mäkelä2020-06-101-10/+0