summaryrefslogtreecommitdiff
path: root/storage/rocksdb
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-03-304-42/+61
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-304-42/+61
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-304-42/+61
| | |\
| | | * MDEV-21930 RocksDB does not compile anymore, with Visual StudioVladislav Vaintroub2020-03-234-42/+61
* | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-276-13/+15
* | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-272-4/+7
* | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-242-7/+0
* | | | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-3/+3
* | | | MDEV-742: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-211-2/+2
* | | | merge 10.4 to 10.5Monty2020-03-183-3/+3
|\ \ \ \ | |/ / /
| * | | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-173-3/+3
* | | | update the test result for new perfschemaSergei Golubchik2020-03-161-1/+1
* | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-146-9/+245
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-0/+1
|\ \ \ \ | |/ / /
| * | | Fix compile failure, compare_key_parts in handler shadowed by MyRocksSergei Petrunia2020-02-191-0/+1
* | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+1
* | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-2/+2
* | | | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-2/+2
* | | | perfschema table io instrumentation related changesSergei Golubchik2020-03-101-5/+3
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-103-18/+19
* | | | 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ä2020-02-071-1/+2
|\ \ \ \ | |/ / /
| * | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+2
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-16/+17
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-272-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-12-272-1/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-12-272-2/+2
| | |\ \ | | | |/
| | | * Disable -Werror for rocksdb submoduleSergei Golubchik2019-12-172-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-162-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-092-2/+2
| |\ \ \ | | |/ /
| | * | Update innodb_i_s_tables_disabled.result post typo fixVicențiu Ciorbaru2019-12-031-1/+1
| | * | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-076-98/+188
|\ \ \ \ | |/ / /
| * | | Postmerge fix of rocksdb test resultsOleksandr Byelkin2019-11-021-0/+1
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-11-015-13/+60
| |\ \ \ | | |/ /
| | * | MDEV-17171: RocksDB Tables do not have "Creation Date"Sergei Petrunia2019-11-015-13/+60
| | * | MDEV-17171: RocksDB Tables do not have "Creation Date"bb-10.3-MDEV-17171Sergei Petrunia2019-11-0119-77/+323
| * | | MDEV-17171: RocksDB Tables do not have "Creation Date"Sergei Petrunia2019-10-3119-77/+323
| * | | MDEV-17171: RocksDB Tables do not have "Creation Date"Sergei Petrunia2019-10-3120-278/+74
* | | | MDEV-19514 Defer change buffer merge until pages are requestedMarko Mäkelä2019-10-111-1/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-243-50/+54
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-09-233-50/+54
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-09-233-21/+25
| | |\ \ | | | |/
| | | * After-merge fix: Adjust a resultMarko Mäkelä2019-09-231-6/+6
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-09-181-15/+15
| | | * MDEV-16560: [counter] rocksdb.ttl_secondary_read_filtering fail in buildbotSergei Petrunia2019-09-112-0/+4
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-09-1126-78/+285
|\ \ \ \ | |/ / /
| * | | Merge mariadb-10.4.8 to 10.4Marko Mäkelä2019-09-106-4/+7
| |\ \ \