summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2018-08-31 16:30:21 +0300
committerSergei Petrunia <psergey@askmonty.org>2018-08-31 16:30:21 +0300
commit52e0dee037b009fa1a0aade1c810765b55935939 (patch)
treee8703138058cdb0a15fe4466b2ddd22b9dd72eb1
parenta55309d9268273030b388d2e7ca6ae04b28a710b (diff)
downloadmariadb-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.
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/t/disabled.def2
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)