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
  • Loading branch information
Herman Lee authored and inikep committed Mar 24, 2023
1 parent c1d3341 commit f7d89ac
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 f7d89ac

Please sign in to comment.