summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2019-07-16 17:16:59 +0300
committerSergei Petrunia <psergey@askmonty.org>2019-07-16 17:16:59 +0300
commita2dc3b94617fd6e3ed9d7d0ea36f8dc845832419 (patch)
treea2f90f3455c401b405920bf5a78083230dd53bfa
parente9a191837671442260426f256c4c3ab5c073b40a (diff)
downloadmariadb-git-a2dc3b94617fd6e3ed9d7d0ea36f8dc845832419.tar.gz
Disable rocksdb_rpl.optimize_myrocks_replace_into
It requires @@enable_blind_replace which MariaDB doesn't support
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def
index b0fc68b84b2..05e5ae0ed46 100644
--- a/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def
+++ b/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def
@@ -11,6 +11,7 @@ rpl_gtid_rocksdb_sys_header : MariaDB doesn't support printing "RocksDB: Last My
singledelete_idempotent_recovery: MariaDB doesn't support --slave-use-idempotent-for-recovery
rpl_mts_dependency_unique_key_conflicts: MariaDB doesn't support --slave-use-idempotent-for-recovery
rpl_missing_columns_sk_update : Uses log_column_names=ON feature which is only present in FB/MySQL
+optimize_myrocks_replace_into: requires @@enable_blind_replace support.
##
## Tests that do not fit MariaDB's test environment (Functional tests only,