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 22, 2023
1 parent 750fae2 commit 17d6fcc
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/variables/mysql-audit-log-reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@
],
"type": "boolean"
},
{
"cli": "--audit-log-flush-interval-seconds[=value]",
"default": "0",
"dynamic": false,
"id": "sysvar_audit_log_flush_interval_seconds",
"name": "audit_log_flush_interval_seconds",
"scope": [
"global"
]
},
{
"cli": "--audit-log-format=value",
"default": "NEW",
Expand Down
11 changes: 11 additions & 0 deletions data/variables/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,17 @@
"2"
]
},
{
"cli": "--component-scheduler.enabled[=value]",
"default": "ON",
"dynamic": true,
"id": "sysvar_component_scheduler.enabled",
"name": "component_scheduler.enabled",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--concurrent-insert[=value]",
"default": "AUTO",
Expand Down
31 changes: 31 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -37444,6 +37444,21 @@
}
]
},
"audit_log_flush_interval_seconds": {
"cli": "--audit-log-flush-interval-seconds[=value]",
"default": "0",
"dynamic": false,
"name": "audit_log_flush_interval_seconds",
"scope": [
"global"
],
"ids": [
{
"anchor": "sysvar_audit_log_flush_interval_seconds",
"url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html"
}
]
},
"audit_log_format": {
"cli": "--audit-log-format=value",
"default": "NEW",
Expand Down Expand Up @@ -42858,6 +42873,22 @@
}
]
},
"component_scheduler.enabled": {
"cli": "--component-scheduler.enabled[=value]",
"default": "ON",
"dynamic": true,
"name": "component_scheduler.enabled",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sysvar_component_scheduler.enabled",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
"connection_memory_chunk_size": {
"cli": "--connection-memory-chunk-size=#",
"dynamic": true,
Expand Down
29 changes: 29 additions & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -31375,6 +31375,20 @@
|------|----|
|dev.mysql.com|[sysvar_audit_log_flush](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_flush)|

## audit_log_flush_interval_seconds
|name|value|
|----|-----|
|Name|`audit_log_flush_interval_seconds`|
|Command line|`--audit-log-flush-interval-seconds[=value]`|
|Scope|`global`|
|Default value|`0`|
|Dynamic|`false`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_audit_log_flush_interval_seconds](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_flush_interval_seconds)|

## audit_log_format
|name|value|
|----|-----|
Expand Down Expand Up @@ -36111,6 +36125,21 @@
|------|----|
|dev.mysql.com|[sysvar_check_proxy_users](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_check_proxy_users)|

## component_scheduler.enabled
|name|value|
|----|-----|
|Name|`component_scheduler.enabled`|
|Command line|`--component-scheduler.enabled[=value]`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`ON`|
|Dynamic|`true`|

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

## connection_memory_chunk_size
|name|value|
|----|-----|
Expand Down
25 changes: 25 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -29065,6 +29065,18 @@
"61#sysvar_audit_log_flush"
]
},
"audit_log_flush_interval_seconds": {
"cli": "--audit-log-flush-interval-seconds[=value]",
"default": "0",
"dynamic": false,
"name": "audit_log_flush_interval_seconds",
"scope": [
"global"
],
"ids": [
"61#sysvar_audit_log_flush_interval_seconds"
]
},
"audit_log_format": {
"cli": "--audit-log-format=value",
"default": "NEW",
Expand Down Expand Up @@ -33438,6 +33450,19 @@
"24#sysvar_check_proxy_users"
]
},
"component_scheduler.enabled": {
"cli": "--component-scheduler.enabled[=value]",
"default": "ON",
"dynamic": true,
"name": "component_scheduler.enabled",
"scope": [
"global"
],
"type": "boolean",
"ids": [
"24#sysvar_component_scheduler.enabled"
]
},
"connection_memory_chunk_size": {
"cli": "--connection-memory-chunk-size=#",
"dynamic": true,
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 17d6fcc

Please sign in to comment.