Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr committed Sep 27, 2024
1 parent 06e57ba commit 1f71a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,6 @@ public class Config extends ConfigBase {
public static boolean enable_cooldown_replica_affinity = true;

@ConfField(mutable = true, description = {
"设置为 true,如果查询无法选择到健康副本时,会打印出该tablet所有副本的详细信息,"})
"设置为 true,root 和 admin 将跳过 sql block rule", "Set to true, root and admin will skip SQL block rule"})
public static boolean sql_block_rule_ignore_admin = false;
}

0 comments on commit 1f71a5a

Please sign in to comment.