summaryrefslogtreecommitdiff
path: root/storage/rocksdb/mysql-test/rocksdb/r/innodb_i_s_tables_disabled.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-04-261-2/+2
|\
| * Merge 10.9 into 10.10Marko Mäkelä2023-04-261-2/+2
| |\
| | * Merge 10.6 into 10.8Marko Mäkelä2023-04-241-2/+2
| | |\
| | | * Cleanup: MONITOR_EXISTING trx_undo_slots_used, trx_undo_slots_cachedMarko Mäkelä2023-04-211-2/+2
* | | | Merge 10.11 into 11.0Marko Mäkelä2023-03-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.9 into 10.10Marko Mäkelä2023-03-171-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.8Marko Mäkelä2023-03-161-1/+1
| | |\ \ | | | |/
| | | * MDEV-26827 Make page flushing even fasterMarko Mäkelä2023-03-161-1/+1
* | | | MDEV-29694 Remove the InnoDB change bufferMarko Mäkelä2023-01-111-16/+0
|/ / /
* | | MDEV-28540 Deprecate and ignore the parameter innodb_prefix_index_cluster_opt...Marko Mäkelä2022-06-031-2/+0
* | | MDEV-28539 Some InnoDB counters are duplicating generic SHOW STATUSMarko Mäkelä2022-06-031-8/+0
|/ /
* | Merge branch '10.7' into 10.8mariadb-10.8.3Sergei Golubchik2022-05-181-2/+0
|\ \ | |/
| * Merge branch '10.5' into 10.6mariadb-10.6.8Sergei Golubchik2022-05-181-2/+0
| |\
| | * Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-2/+0
| | |\
| | | * Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-181-2/+0
| | | |\
| | | | * MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-161-2/+0
* | | | | MDEV-27917 Some redo log diagnostics is always reported as 0Marko Mäkelä2022-02-221-1/+0
* | | | | MDEV-14425 Improve the redo log for concurrencyMarko Mäkelä2022-01-211-7/+1
|/ / / /
* | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-2/+0
* | | | MDEV-25689: Remove MONITOR_TABLE_REFERENCE, MONITOR_TABLE_CLOSEMarko Mäkelä2021-05-171-2/+0
* | | | MDEV-25687: Remove trx_active_transactionsMarko Mäkelä2021-05-171-1/+0
* | | | MDEV-25085: Simplify instrumentation for LRU evictionMarko Mäkelä2021-03-091-6/+2
* | | | MDEV-24789: Reduce lock_sys.wait_mutex contentionMarko Mäkelä2021-02-261-1/+1
* | | | MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-02-041-1/+1
* | | | MDEV-24142: Replace InnoDB rw_lock_t with sux_lockMarko Mäkelä2020-12-031-9/+0
* | | | MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILESbb-10.6-MDEV-23497Marko Mäkelä2020-11-111-3/+1
|/ / /
* | | MDEV-23855: Improve InnoDB log checkpoint performanceMarko Mäkelä2020-10-261-7/+1
* | | MDEV-23399: Performance regression with write workloadsMarko Mäkelä2020-10-151-7/+0
* | | MDEV-22858 Remove unused innodb_mem_validate_usec, innodb_master_purge_usecMarko Mäkelä2020-06-101-2/+0
* | | Cleanup: Make MONITOR_LSN_CHECKPOINT_AGE a value.Marko Mäkelä2020-03-041-1/+1
* | | MDEV-15058: Revert the changes to INFORMATION_SCHEMAMarko Mäkelä2020-02-121-5/+5
* | | MDEV-15058: Deprecate and ignore innodb_buffer_pool_instancesMarko Mäkelä2020-02-121-5/+5
* | | 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
| |\ \ | | |/
| | * Update innodb_i_s_tables_disabled.result post typo fixVicențiu Ciorbaru2019-12-031-1/+1
* | | MDEV-19514 Defer change buffer merge until pages are requestedMarko Mäkelä2019-10-111-1/+0
* | | MDEV-19940 Clean up INFORMATION_SCHEMA.INNODB_ tablesMarko Mäkelä2019-07-041-252/+252
|/ /
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+342
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+344
| |\ |/ /
| * changes in innodb has influence on this test in rocksdb test suiteOleksandr Byelkin2019-05-061-3/+3
* | Remove deprecated InnoDB file format parametersMarko Mäkelä2017-06-021-344/+0
|/
* MariaRocks: update results for innodb_i_s_tables_disabledSergei Petrunia2017-03-131-9/+1
* MDEV-11901 : MariaRocks on WindowsVladislav Vaintroub2017-02-011-42/+0
* Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-021-0/+1
* MariaRocks port: More of testcase Maria-ficationSergei Petrunia2016-11-051-27/+300
* Initial commit,Sergei Petrunia2016-10-061-0/+120