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 Jul 20, 2024
1 parent 6cac77c commit 367d255
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 2 deletions.
9 changes: 9 additions & 0 deletions data/variables/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3551,6 +3551,15 @@
],
"type": "integer"
},
{
"dynamic": false,
"id": "sysvar_statement_id",
"name": "statement_id",
"scope": [
"session"
],
"type": "integer"
},
{
"cli": "--stored-program-cache=#",
"default": "256",
Expand Down
14 changes: 14 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -49317,6 +49317,20 @@
}
]
},
"statement_id": {
"dynamic": false,
"name": "statement_id",
"scope": [
"session"
],
"type": "integer",
"ids": [
{
"anchor": "sysvar_statement_id",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
"stored_program_definition_cache": {
"cli": "--stored-program-definition-cache=#",
"default": "256",
Expand Down
13 changes: 13 additions & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -40953,6 +40953,19 @@
|------|----|
|dev.mysql.com|[sysvar_ssl_session_cache_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_session_cache_timeout)|

## statement_id
|name|value|
|----|-----|
|Name|`statement_id`|
|Type of variable|`integer`|
|Scope|`session`|
|Dynamic|`false`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_statement_id](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_statement_id)|

## stored_program_definition_cache
|name|value|
|----|-----|
Expand Down
11 changes: 11 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -36801,6 +36801,17 @@
"23#sysvar_ssl_session_cache_timeout"
]
},
"statement_id": {
"dynamic": false,
"name": "statement_id",
"scope": [
"session"
],
"type": "integer",
"ids": [
"23#sysvar_statement_id"
]
},
"stored_program_definition_cache": {
"cli": "--stored-program-definition-cache=#",
"default": "256",
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 367d255

Please sign in to comment.