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 Feb 5, 2022
1 parent b722655 commit ad65873
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"id": "sysvar_connection_memory_limit",
"name": "connection_memory_limit",
"range": {
"from": 2097152,
"from": 16777612,
"to": 18446744073709552000
},
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -38772,7 +38772,7 @@
"dynamic": true,
"name": "connection_memory_limit",
"range": {
"from": 2097152,
"from": 16777612,
"to": 1.8446744073709552e+19
},
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -32785,7 +32785,7 @@
|Scope|`global`, `session`|
|Default value|`18446744073709551615`|
|Dynamic|`true`|
|Range|from: `2097152` to: `1.844674407371E+19`|
|Range|from: `16777612` to: `1.844674407371E+19`|

### Documentation(s)
|source|anchor name|
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -30168,7 +30168,7 @@
"dynamic": true,
"name": "connection_memory_limit",
"range": {
"from": 2097152,
"from": 16777612,
"to": 1.8446744073709552e+19
},
"scope": [
Expand Down

0 comments on commit ad65873

Please sign in to comment.