cherry pick from #41796
This commit is contained in:
@ -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"})
|
||||
|
||||
Reference in New Issue
Block a user