diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2018-08-31 16:30:21 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2018-08-31 16:30:21 +0300 |
commit | 52e0dee037b009fa1a0aade1c810765b55935939 (patch) | |
tree | e8703138058cdb0a15fe4466b2ddd22b9dd72eb1 /storage/rocksdb | |
parent | a55309d9268273030b388d2e7ca6ae04b28a710b (diff) | |
download | mariadb-git-52e0dee037b009fa1a0aade1c810765b55935939.tar.gz |
MyRocks: post-merge fixes: disable rocksdb.use_direct_reads
Direct IO doesnt work on all filesystems, e.g. it doesnt work on the
disk of kvm-bintar-trusty-amd64.
Diffstat (limited to 'storage/rocksdb')
-rw-r--r-- | storage/rocksdb/mysql-test/rocksdb/t/disabled.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def index 3554ba6ee78..6237afaa283 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def @@ -36,7 +36,7 @@ rqg_transactions : Test that use RQG are disabled allow_no_pk_concurrent_insert: stress test rocksdb_deadlock_stress_rc: stress test rocksdb_deadlock_stress_rr: stress test - +use_direct_reads: Direct IO is not supported on all filesystems ## ## Tests which hit a problem elsewhere (Upstream, SQL layer, etc) |