Skip to content

Commit

Permalink
Remove truncating error log from rocksdb.prefix_extractor_override test
Browse files Browse the repository at this point in the history
Summary: The line truncating the error log was useless.

Differential Revision: D7003200 (facebook@2a10b62)

fbshipit-source-id: 76b7f10ffea
  • Loading branch information
Herman Lee authored and inikep committed Aug 30, 2021
1 parent d6fb221 commit fe8ac44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mysql-test/suite/rocksdb/t/prefix_extractor_override.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ select variable_value into @u from information_schema.global_status where variab
SELECT COUNT(*) FROM t1 WHERE id1=1 AND id2=1 AND id3=1;
select variable_value-@u from information_schema.global_status where variable_name='rocksdb_bloom_filter_prefix_checked';

--exec echo "" > $MYSQLTEST_VARDIR/log/mysqld.1.err
--let $_mysqld_option=--rocksdb_override_cf_options=cf1={prefix_extractor=capped:26};

--echo
Expand Down

0 comments on commit fe8ac44

Please sign in to comment.