Skip to content

Commit

Permalink
update: [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed May 20, 2023
1 parent 9d21121 commit 512abb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/variables/mysql-replication-options-binary-log.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"type": "integer"
},
{
"cli": "--binlog-checksum=name",
"cli": "--binlog-checksum=type",
"default": "CRC32",
"dynamic": true,
"id": "sysvar_binlog_checksum",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"type": "integer"
},
{
"cli": "--binlog-checksum=name",
"cli": "--binlog-checksum=type",
"default": "CRC32",
"dynamic": true,
"id": "sysvar_binlog_checksum",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -11120,7 +11120,7 @@
]
},
"binlog_checksum": {
"cli": "--binlog-checksum=name",
"cli": "--binlog-checksum=type",
"default": "CRC32",
"dynamic": true,
"name": "binlog_checksum",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -9443,7 +9443,7 @@
|name|value|
|----|-----|
|Name|`binlog_checksum`|
|Command line|`--binlog-checksum=name`|
|Command line|`--binlog-checksum=type`|
|Type of variable|`string`|
|Scope|`global`|
|Default value|`CRC32`|
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -8873,7 +8873,7 @@
]
},
"binlog_checksum": {
"cli": "--binlog-checksum=name",
"cli": "--binlog-checksum=type",
"default": "CRC32",
"dynamic": true,
"name": "binlog_checksum",
Expand Down

0 comments on commit 512abb9

Please sign in to comment.