[Commits] 2770eb1: MyRocks: post-merge fixes part #10: disable rocksdb.percona_nonflushing_analyze_debug
revision-id: 2770eb1b56be7d6bae677aeb386131d80161c832 parent(s): 979339814241e880c48b68d63a0f033a39c4dead committer: Sergei Petrunia branch nick: 10.2-mariarocks-merge timestamp: 2018-08-30 22:30:26 +0300 message: MyRocks: post-merge fixes part #10: disable rocksdb.percona_nonflushing_analyze_debug It uses a feature that's not available in MariaDB --- 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 23c9c5d..3554ba6 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def @@ -23,6 +23,7 @@ slow_query_log: MDEV-11480 select_for_update_skip_locked_nowait: MDEV-11481 create_no_primary_key_table: MariaDB doesn't have --block_create_no_primary_key explicit_snapshot: MariaDB doesn't support Shared/Explicit snapshots +percona_nonflushing_analyze_debug : Requires Percona Server's Non-flushing ANALYZE feature ## ## Tests that do not fit MariaDB's test environment. Upstream seems to test
participants (1)
-
psergey@askmonty.org