[chore](ddl) support force_enable_feature_binlog #41796 (#42926)

cherry pick from #41796
This commit is contained in:
walter
2024-10-31 09:53:45 +08:00
committed by GitHub
parent fce4695f37
commit ae88d032db
3 changed files with 15 additions and 0 deletions

View File

@ -2345,6 +2345,11 @@ public class Config extends ConfigBase {
"Whether to enable binlog feature"})
public static boolean enable_feature_binlog = false;
@ConfField(mutable = false, description = {
"是否默认为 Database/Table 启用binlog特性",
"Whether to enable binlog feature for Database/Table by default"})
public static boolean force_enable_feature_binlog = false;
@ConfField(mutable = false, masterOnly = false, varType = VariableAnnotation.EXPERIMENTAL, description = {
"设置 binlog 消息最字节长度",
"Set the maximum byte length of binlog message"})