summaryrefslogtreecommitdiff
path: root/storage/innobase/srv/srv0mon.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22858 Remove unused innodb_mem_validate_usec, innodb_master_purge_usecMarko Mäkelä2020-06-101-10/+0
* MDEV-22027 Assertion oldest_lsn >= log_sys.last_checkpoint_lsn failedMarko Mäkelä2020-06-021-1/+1
* MDEV-21962 Allocate buf_pool staticallyMarko Mäkelä2020-03-181-16/+16
* MDEV-14425 Cleanup: Use std::atomic for some log_sys membersMarko Mäkelä2020-03-051-3/+3
* Cleanup: Make MONITOR_LSN_CHECKPOINT_AGE a value.Marko Mäkelä2020-03-041-1/+9
* MDEV-21534 - Improve innodb redo log group commit performancebb-10.5-MDEV-21534Vladislav Vaintroub2020-03-011-3/+2
* MDEV-15058: Deprecate and ignore innodb_buffer_pool_instancesMarko Mäkelä2020-02-121-31/+17
* MDEV-18115 Remove dummy tablespace for the redo logEugene Kosov2020-01-011-2/+2
* Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\
| | * Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
| | * MDEV-20184 data race at global counter btr_cur_n_non_seaEugene Kosov2019-07-261-1/+1
* | | MDEV-19514 Defer change buffer merge until pages are requestedMarko Mäkelä2019-10-111-5/+0
* | | MDEV-18582 preparation: Allocate ibuf staticallyMarko Mäkelä2019-07-041-8/+8
|/ /
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-4/+26
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-3/+25
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-061-3/+25
| | |\ \ | | | |/
| | | * MDEV-18214 remove some duplicated MONITOR countersEugene Kosov2019-05-061-3/+25
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-04-211-3/+3
| | | |\
| | | | * MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-201-2/+3
* | | | | InnoDB review fixesMarko Mäkelä2019-02-051-18/+0
* | | | | MDEV-16188 Post-merge corrections and adjustmentsIgor Babaev2019-02-041-1/+1
* | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-7/+2
|\ \ \ \ \
| * | | | | MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2018-12-271-1/+1
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-281-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-281-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Remove the redundant variable fil_n_file_openedMarko Mäkelä2018-11-271-1/+1
| * | | | | MDEV-16580 Remove unused monitor counters from InnoDBEugene Kosov2018-11-161-5/+0
* | | | | | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-0/+18
|/ / / / /
* | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16045: Allocate log_sys staticallyMarko Mäkelä2018-04-291-5/+5
| * | | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-1/+1
| * | | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-2/+2
* | | | | MDEV-15705 Remove global status counter Innodb_pages0_readMarko Mäkelä2018-05-281-11/+0
|/ / / /
* | | | Allocate lock_sys staticallySergey Vojtovich2018-02-231-1/+1
* | | | Clarify the access to trx_sys.rseg_history_lenMarko Mäkelä2018-02-201-2/+2
* | | | Replace trx_sys_t* trx_sys with trx_sys_t trx_sysMarko Mäkelä2018-01-201-2/+2
|/ / /
* | | MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-211-3/+3
* | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-3/+0
* | | MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_...Marko Mäkelä2017-03-031-1/+7
* | | MDEV-11254: innodb-use-trim has no effect in 10.2Jan Lindström2017-01-241-64/+0
* | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-3/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+11
|\ \ \ | |/ /
| * | MDEV-9931: InnoDB reads first page of every .ibd file at startupJan Lindström2016-09-221-0/+11
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-2/+5
| |\ \ | | |/
| | * Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2016-08-101-2/+5
| | |\
| | | * 5.6.32Sergei Golubchik2016-08-101-2/+5