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 Nov 26, 2022
1 parent c4660a9 commit 45f9a5b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"name": "performance_schema_digests_size",
"range": {
"from": -1,
"to": 200
"to": 1048576
},
"scope": [
"global"
Expand Down
3 changes: 2 additions & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -9815,7 +9815,8 @@
"dynamic": false,
"name": "performance_schema_digests_size",
"range": {
"from": -1
"from": -1,
"to": 1048576
},
"scope": [
"global"
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -8525,7 +8525,7 @@
|Type of variable|`integer`|
|Scope|`global`|
|Dynamic|`false`|
|Range|from: `-1`|
|Range|from: `-1` to: `1048576`|

### Documentation(s)
|source|anchor name|
Expand Down
3 changes: 2 additions & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -7910,7 +7910,8 @@
"dynamic": false,
"name": "performance_schema_digests_size",
"range": {
"from": -1
"from": -1,
"to": 1048576
},
"scope": [
"global"
Expand Down

0 comments on commit 45f9a5b

Please sign in to comment.