From 85fad60dc77f4c5b85ec1b7e5d4c3bff456a0ada Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Thu, 21 Dec 2017 01:50:44 +0300 Subject: [PATCH] Disable back rocksdb.col_opt_zerofill due to MDEV-14729 --- storage/rocksdb/mysql-test/rocksdb/t/disabled.def | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def index 91bbe7fe30e..dc2e04b93d7 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def @@ -41,6 +41,7 @@ rocksdb_deadlock_stress_rr: stress test ## persistent_cache: Upstream RocksDB bug https://github.com/facebook/mysql-5.6/issues/579 collation: Fails on gcc 4.8 and before, MDEV-12433 +col_opt_zerofill: MDEV-14729 (also MDEV-14165 which was fixed): problem in the client ##