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 Jan 29, 2022
1 parent 54fbf31 commit ad4583d
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
11 changes: 11 additions & 0 deletions data/mysql-replication-options-binary-log.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@
],
"type": "integer"
},
{
"cli": "--binlog-expire-logs-auto-purge={ON|OFF}",
"default": "ON",
"dynamic": true,
"id": "sysvar_binlog_expire_logs_auto_purge",
"name": "binlog_expire_logs_auto_purge",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--binlog-format=format",
"default": "ROW",
Expand Down
16 changes: 16 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -36258,6 +36258,22 @@
}
]
},
"binlog_expire_logs_auto_purge": {
"cli": "--binlog-expire-logs-auto-purge={ON|OFF}",
"default": "ON",
"dynamic": true,
"name": "binlog_expire_logs_auto_purge",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sysvar_binlog_expire_logs_auto_purge",
"url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html"
}
]
},
"binlog_group_commit_sync_delay": {
"cli": "--binlog-group-commit-sync-delay=#",
"default": "0",
Expand Down
15 changes: 15 additions & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -30534,6 +30534,21 @@
|dev.mysql.com|[sysvar_binlog_error_action](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_error_action)|
|dev.mysql.com|[sysvar_binlog_error_action](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_error_action)|

## binlog_expire_logs_auto_purge
|name|value|
|----|-----|
|Name|`binlog_expire_logs_auto_purge`|
|Command line|`--binlog-expire-logs-auto-purge={ON|OFF}`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`ON`|
|Dynamic|`true`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_binlog_expire_logs_auto_purge](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_auto_purge)|

## binlog_group_commit_sync_delay
|name|value|
|----|-----|
Expand Down
13 changes: 13 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -28170,6 +28170,19 @@
"23#sysvar_binlog_error_action"
]
},
"binlog_expire_logs_auto_purge": {
"cli": "--binlog-expire-logs-auto-purge={ON|OFF}",
"default": "ON",
"dynamic": true,
"name": "binlog_expire_logs_auto_purge",
"scope": [
"global"
],
"type": "boolean",
"ids": [
"22#sysvar_binlog_expire_logs_auto_purge"
]
},
"binlog_group_commit_sync_delay": {
"cli": "--binlog-group-commit-sync-delay=#",
"default": "0",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-ultraslim.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/merged-ultraslim.php

Large diffs are not rendered by default.

0 comments on commit ad4583d

Please sign in to comment.