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 Apr 1, 2023
1 parent 98c3fb4 commit a7c1571
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 14 deletions.
5 changes: 3 additions & 2 deletions data/variables/mariadb-galera-cluster-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
{
"cli": "--wsrep-sst-donor=value",
"default": "",
"dynamic": true,
"dynamic": false,
"id": "wsrep_sst_donor",
"name": "wsrep_sst_donor",
"scope": [
Expand Down Expand Up @@ -655,7 +655,8 @@
"id": "wsrep_sync_wait",
"name": "wsrep_sync_wait",
"range": {
"from": 0
"from": 0,
"to": 15
},
"scope": [
"global",
Expand Down
9 changes: 8 additions & 1 deletion data/variables/mariadb-server-status-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,11 +2316,18 @@
"name": "Max_statement_time_exceeded",
"type": "integer"
},
{
"id": "max_used_connection_time",
"name": "Max_used_connection_time",
"scope": [
"global"
]
},
{
"id": "max_used_connections",
"name": "Max_used_connections",
"scope": [
"session"
"global"
],
"type": "integer"
},
Expand Down
19 changes: 16 additions & 3 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3083,7 +3083,7 @@
"wsrep_sst_donor": {
"cli": "--wsrep-sst-donor=value",
"default": "",
"dynamic": true,
"dynamic": false,
"name": "wsrep_sst_donor",
"scope": [
"global"
Expand Down Expand Up @@ -3205,7 +3205,8 @@
"dynamic": true,
"name": "wsrep_sync_wait",
"range": {
"from": 0
"from": 0,
"to": 15
},
"scope": [
"global",
Expand Down Expand Up @@ -17561,10 +17562,22 @@
}
]
},
"Max_used_connection_time": {
"name": "Max_used_connection_time",
"scope": [
"global"
],
"ids": [
{
"anchor": "max_used_connection_time",
"url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/"
}
]
},
"Max_used_connections": {
"name": "Max_used_connections",
"scope": [
"session"
"global"
],
"type": "integer",
"ids": [
Expand Down
17 changes: 14 additions & 3 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@
|Type of variable|`string`|
|Scope|`global`|
|Default value|``|
|Dynamic|`true`|
|Dynamic|`false`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -2861,7 +2861,7 @@
|Scope|`global`, `session`|
|Default value|`0`|
|Dynamic|`true`|
|Range|from: `0`|
|Range|from: `0` to: `15`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -14845,12 +14845,23 @@
|------|----|
|mariadb.com|[max_statement_time_exceeded](https://mariadb.com/kb/en/library/documentation/server-status-variables/#max_statement_time_exceeded)|

## Max_used_connection_time
|name|value|
|----|-----|
|Name|`Max_used_connection_time`|
|Scope|`global`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[max_used_connection_time](https://mariadb.com/kb/en/library/documentation/server-status-variables/#max_used_connection_time)|

## Max_used_connections
|name|value|
|----|-----|
|Name|`Max_used_connections`|
|Type of variable|`integer`|
|Scope|`session`|
|Scope|`global`|

### Documentation(s)
|source|anchor name|
Expand Down
16 changes: 13 additions & 3 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@
"wsrep_sst_donor": {
"cli": "--wsrep-sst-donor=value",
"default": "",
"dynamic": true,
"dynamic": false,
"name": "wsrep_sst_donor",
"scope": [
"global"
Expand Down Expand Up @@ -2572,7 +2572,8 @@
"dynamic": true,
"name": "wsrep_sync_wait",
"range": {
"from": 0
"from": 0,
"to": 15
},
"scope": [
"global",
Expand Down Expand Up @@ -13787,10 +13788,19 @@
"43#max_statement_time_exceeded"
]
},
"Max_used_connection_time": {
"name": "Max_used_connection_time",
"scope": [
"global"
],
"ids": [
"43#max_used_connection_time"
]
},
"Max_used_connections": {
"name": "Max_used_connections",
"scope": [
"session"
"global"
],
"type": "integer",
"ids": [
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 a7c1571

Please sign in to comment.