Skip to content

Commit

Permalink
update: [MariaDB] && [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Jan 21, 2023
1 parent 8b1a2e7 commit 068042f
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3056,7 +3056,7 @@
},
{
"cli": "--innodb-undo-tablespaces=#",
"default": "0",
"default": "3 (>= MariaDB 11.0), 0 (<= MariaDB 10.11)",
"dynamic": false,
"id": "innodb_undo_tablespaces",
"name": "innodb_undo_tablespaces",
Expand Down
22 changes: 11 additions & 11 deletions data/variables/mysql-audit-log-reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
],
"type": "integer"
},
{
"cli": "--audit-log-disable[={OFF|ON}]",
"default": "OFF",
"dynamic": true,
"id": "sysvar_audit_log_disable",
"name": "audit_log_disable",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--audit-log-compression=value",
"default": "NONE",
Expand Down Expand Up @@ -80,6 +69,17 @@
],
"type": "boolean"
},
{
"cli": "--audit-log-disable[={OFF|ON}]",
"default": "OFF",
"dynamic": true,
"id": "sysvar_audit_log_disable",
"name": "audit_log_disable",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--audit-log-encryption=value",
"default": "NONE",
Expand Down
32 changes: 16 additions & 16 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -37078,22 +37078,6 @@
}
]
},
"audit_log_disable": {
"cli": "--audit-log-disable[={OFF|ON}]",
"default": "OFF",
"dynamic": true,
"name": "audit_log_disable",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sysvar_audit_log_disable",
"url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html"
}
]
},
"audit_log_compression": {
"cli": "--audit-log-compression=value",
"default": "NONE",
Expand Down Expand Up @@ -37151,6 +37135,22 @@
}
]
},
"audit_log_disable": {
"cli": "--audit-log-disable[={OFF|ON}]",
"default": "OFF",
"dynamic": true,
"name": "audit_log_disable",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sysvar_audit_log_disable",
"url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html"
}
]
},
"audit_log_encryption": {
"cli": "--audit-log-encryption=value",
"default": "NONE",
Expand Down
30 changes: 15 additions & 15 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -31074,21 +31074,6 @@
|------|----|
|dev.mysql.com|[sysvar_audit_log_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_buffer_size)|

## audit_log_disable
|name|value|
|----|-----|
|Name|`audit_log_disable`|
|Command line|`--audit-log-disable[={OFF|ON}]`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`OFF`|
|Dynamic|`true`|

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

## audit_log_compression
|name|value|
|----|-----|
Expand Down Expand Up @@ -31135,6 +31120,21 @@
|------|----|
|dev.mysql.com|[sysvar_audit_log_current_session](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_current_session)|

## audit_log_disable
|name|value|
|----|-----|
|Name|`audit_log_disable`|
|Command line|`--audit-log-disable[={OFF|ON}]`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`OFF`|
|Dynamic|`true`|

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

## audit_log_encryption
|name|value|
|----|-----|
Expand Down
26 changes: 13 additions & 13 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -28795,19 +28795,6 @@
"61#sysvar_audit_log_buffer_size"
]
},
"audit_log_disable": {
"cli": "--audit-log-disable[={OFF|ON}]",
"default": "OFF",
"dynamic": true,
"name": "audit_log_disable",
"scope": [
"global"
],
"type": "boolean",
"ids": [
"61#sysvar_audit_log_disable"
]
},
"audit_log_compression": {
"cli": "--audit-log-compression=value",
"default": "NONE",
Expand Down Expand Up @@ -28856,6 +28843,19 @@
"61#sysvar_audit_log_current_session"
]
},
"audit_log_disable": {
"cli": "--audit-log-disable[={OFF|ON}]",
"default": "OFF",
"dynamic": true,
"name": "audit_log_disable",
"scope": [
"global"
],
"type": "boolean",
"ids": [
"61#sysvar_audit_log_disable"
]
},
"audit_log_encryption": {
"cli": "--audit-log-encryption=value",
"default": "NONE",
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 068042f

Please sign in to comment.