Skip to content

Commit

Permalink
[fix](test) Remove unnecessary binlog property (#45477)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyxxxcat authored Dec 16, 2024
1 parent 8644573 commit af97b53
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ suite("test_index_rqg_bug3", "test_index_rqg_bug3"){
"enable_unique_key_merge_on_write" = "true",
"light_schema_change" = "true",
"disable_auto_compaction" = "false",
"binlog.enable" = "false",
"binlog.ttl_seconds" = "86400",
"binlog.max_bytes" = "9223372036854775807",
"binlog.max_history_nums" = "9223372036854775807",
"enable_single_replica_compaction" = "false",
"group_commit_interval_ms" = "10000",
"group_commit_data_bytes" = "134217728",
Expand Down

0 comments on commit af97b53

Please sign in to comment.