We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0cade commit 26e9da4Copy full SHA for 26e9da4
sql/variables/system_variables.go
@@ -388,7 +388,7 @@ var systemVars = map[string]sql.SystemVariable{
388
Dynamic: true,
389
SetVarHintApplies: false,
390
Type: types.NewSystemStringType("binlog_checksum"),
391
- Default: "NONE", // TODO: MySQL's default is CRC32
+ Default: "CRC32",
392
},
393
"binlog_gtid_simple_recovery": &sql.MysqlSystemVariable{
394
Name: "binlog_gtid_simple_recovery",
0 commit comments