[Commits] 52e0dee: MyRocks: post-merge fixes: disable rocksdb.use_direct_reads
revision-id: 52e0dee037b009fa1a0aade1c810765b55935939 parent(s): a55309d9268273030b388d2e7ca6ae04b28a710b committer: Sergei Petrunia branch nick: 10.2-mariarocks-merge timestamp: 2018-08-31 16:30:21 +0300 message: 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. --- storage/rocksdb/mysql-test/rocksdb/t/disabled.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def index 3554ba6..6237afa 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)
participants (1)
-
psergey@askmonty.org