Skip to content

Commit

Permalink
update: [MariaDB] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Jan 6, 2024
1 parent 3a5a298 commit a5f4c83
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,11 @@
"validValues": [
"FULL",
"NOBLOB",
"MINIMAL"
"MINIMAL",
"FULL",
"NOBLOB",
"MINIMAL",
"FULL_NODUP"
]
},
{
Expand Down Expand Up @@ -466,6 +470,21 @@
],
"type": "integer"
},
{
"cli": "--max-binlog-size=#",
"default": "0",
"dynamic": true,
"id": "max_binlog_total_size",
"name": "max_binlog_total_size",
"range": {
"from": 0,
"to": 18446744073709551615
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--max-relay-log-size=#",
"default": "0",
Expand Down Expand Up @@ -772,6 +791,21 @@
],
"type": "boolean"
},
{
"cli": "--max-binlog-size=#",
"default": "1",
"dynamic": true,
"id": "slave_connections_needed_for_purge",
"name": "slave_connections_needed_for_purge",
"range": {
"from": 0,
"to": 18446744073709551615
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--slave-ddl-exec-mode=name",
"default": "IDEMPOTENT",
Expand Down
46 changes: 45 additions & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -11388,7 +11388,11 @@
"validValues": [
"FULL",
"NOBLOB",
"MINIMAL"
"MINIMAL",
"FULL",
"NOBLOB",
"MINIMAL",
"FULL_NODUP"
],
"ids": [
{
Expand Down Expand Up @@ -11821,6 +11825,26 @@
}
]
},
"max_binlog_total_size": {
"cli": "--max-binlog-size=#",
"default": "0",
"dynamic": true,
"name": "max_binlog_total_size",
"range": {
"from": 0,
"to": 1.8446744073709552e+19
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "max_binlog_total_size",
"url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/"
}
]
},
"max_relay_log_size": {
"cli": "--max-relay-log-size=#",
"default": "0",
Expand Down Expand Up @@ -12285,6 +12309,26 @@
}
]
},
"slave_connections_needed_for_purge": {
"cli": "--max-binlog-size=#",
"default": "1",
"dynamic": true,
"name": "slave_connections_needed_for_purge",
"range": {
"from": 0,
"to": 1.8446744073709552e+19
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "slave_connections_needed_for_purge",
"url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/"
}
]
},
"slave_ddl_exec_mode": {
"cli": "--slave-ddl-exec-mode=name",
"default": "IDEMPOTENT",
Expand Down
34 changes: 33 additions & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -9626,7 +9626,7 @@
|Scope|`global`, `session`|
|Default value|`full`|
|Dynamic|`true`|
|Valid value(s)|`FULL`, `NOBLOB`, `MINIMAL`|
|Valid value(s)|`FULL`, `NOBLOB`, `MINIMAL`, `FULL`, `NOBLOB`, `MINIMAL`, `FULL_NODUP`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -9929,6 +9929,22 @@
|dev.mysql.com|[sysvar_max_binlog_stmt_cache_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_max_binlog_stmt_cache_size)|
|dev.mysql.com|[sysvar_max_binlog_stmt_cache_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_max_binlog_stmt_cache_size)|

## max_binlog_total_size
|name|value|
|----|-----|
|Name|`max_binlog_total_size`|
|Command line|`--max-binlog-size=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`0`|
|Dynamic|`true`|
|Range|from: `0` to: `1.844674407371E+19`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[max_binlog_total_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#max_binlog_total_size)|

## max_relay_log_size
|name|value|
|----|-----|
Expand Down Expand Up @@ -10297,6 +10313,22 @@
|mariadb.com|[slave_compressed_protocol](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_compressed_protocol)|
|dev.mysql.com|[sysvar_slave_compressed_protocol](https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html#sysvar_slave_compressed_protocol)|

## slave_connections_needed_for_purge
|name|value|
|----|-----|
|Name|`slave_connections_needed_for_purge`|
|Command line|`--max-binlog-size=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`1`|
|Dynamic|`true`|
|Range|from: `0` to: `1.844674407371E+19`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[slave_connections_needed_for_purge](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_connections_needed_for_purge)|

## slave_ddl_exec_mode
|name|value|
|----|-----|
Expand Down
40 changes: 39 additions & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -9060,7 +9060,11 @@
"validValues": [
"FULL",
"NOBLOB",
"MINIMAL"
"MINIMAL",
"FULL",
"NOBLOB",
"MINIMAL",
"FULL_NODUP"
],
"ids": [
"15#binlog_row_image",
Expand Down Expand Up @@ -9343,6 +9347,23 @@
"37#sysvar_max_binlog_stmt_cache_size"
]
},
"max_binlog_total_size": {
"cli": "--max-binlog-size=#",
"default": "0",
"dynamic": true,
"name": "max_binlog_total_size",
"range": {
"from": 0,
"to": 1.8446744073709552e+19
},
"scope": [
"global"
],
"type": "integer",
"ids": [
"15#max_binlog_total_size"
]
},
"max_relay_log_size": {
"cli": "--max-relay-log-size=#",
"default": "0",
Expand Down Expand Up @@ -9663,6 +9684,23 @@
"38#sysvar_slave_compressed_protocol"
]
},
"slave_connections_needed_for_purge": {
"cli": "--max-binlog-size=#",
"default": "1",
"dynamic": true,
"name": "slave_connections_needed_for_purge",
"range": {
"from": 0,
"to": 1.8446744073709552e+19
},
"scope": [
"global"
],
"type": "integer",
"ids": [
"15#slave_connections_needed_for_purge"
]
},
"slave_ddl_exec_mode": {
"cli": "--slave-ddl-exec-mode=name",
"default": "IDEMPOTENT",
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 a5f4c83

Please sign in to comment.