Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 [MariaDB] && [MySQL] updates #337

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,22 @@
],
"type": "integer"
},
{
"id": "binlog_gtid_index_hit",
"name": "Binlog_gtid_index_hit",
"scope": [
"global"
],
"type": "integer"
},
{
"id": "binlog_gtid_index_miss",
"name": "Binlog_gtid_index_miss",
"scope": [
"global"
],
"type": "integer"
},
{
"id": "binlog_snapshot_file",
"name": "Binlog_snapshot_file",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,14 @@
"type": "enumeration",
"validValues": [
"Auto",
"Original",
"Amazon",
"Original"
"Legacy",
"Path",
"Domain",
"Auto",
"Original",
"Amazon"
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions data/variables/mysql-aurora-aws-rds-aurora-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
"name": "Aurora_fwd_writer_select_stmt_duration",
"type": "integer"
},
{
"id": "Aurora_lockmgr_buffer_pool_memory_used",
"name": "Aurora_lockmgr_buffer_pool_memory_used"
},
{
"id": "Aurora_lockmgr_memory_used",
"name": "Aurora_lockmgr_memory_used",
Expand Down
43 changes: 42 additions & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -12964,6 +12964,32 @@
}
]
},
"Binlog_gtid_index_hit": {
"name": "Binlog_gtid_index_hit",
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "binlog_gtid_index_hit",
"url": "https://mariadb.com/kb/en/replication-and-binary-log-status-variables/"
}
]
},
"Binlog_gtid_index_miss": {
"name": "Binlog_gtid_index_miss",
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "binlog_gtid_index_miss",
"url": "https://mariadb.com/kb/en/replication-and-binary-log-status-variables/"
}
]
},
"Binlog_snapshot_file": {
"name": "Binlog_snapshot_file",
"scope": [
Expand Down Expand Up @@ -13588,8 +13614,14 @@
"type": "enumeration",
"validValues": [
"Auto",
"Original",
"Amazon",
"Original"
"Legacy",
"Path",
"Domain",
"Auto",
"Original",
"Amazon"
],
"ids": [
{
Expand Down Expand Up @@ -38242,6 +38274,15 @@
}
]
},
"Aurora_lockmgr_buffer_pool_memory_used": {
"name": "Aurora_lockmgr_buffer_pool_memory_used",
"ids": [
{
"anchor": "Aurora_lockmgr_buffer_pool_memory_used",
"url": "https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.ParameterGroups.html#AuroraMySQL.Reference.Parameters.Inapplicable"
}
]
},
"Aurora_lockmgr_memory_used": {
"name": "Aurora_lockmgr_memory_used",
"type": "byte",
Expand Down
36 changes: 35 additions & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -10851,6 +10851,30 @@
|------|----|
|mariadb.com|[binlog_group_commits](https://mariadb.com/kb/en/replication-and-binary-log-status-variables/#binlog_group_commits)|

## Binlog_gtid_index_hit
|name|value|
|----|-----|
|Name|`Binlog_gtid_index_hit`|
|Type of variable|`integer`|
|Scope|`global`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[binlog_gtid_index_hit](https://mariadb.com/kb/en/replication-and-binary-log-status-variables/#binlog_gtid_index_hit)|

## Binlog_gtid_index_miss
|name|value|
|----|-----|
|Name|`Binlog_gtid_index_miss`|
|Type of variable|`integer`|
|Scope|`global`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[binlog_gtid_index_miss](https://mariadb.com/kb/en/replication-and-binary-log-status-variables/#binlog_gtid_index_miss)|

## Binlog_snapshot_file
|name|value|
|----|-----|
Expand Down Expand Up @@ -11399,7 +11423,7 @@
|Scope|`global`|
|Default value|`Auto`|
|Dynamic|`true`|
|Valid value(s)|`Auto`, `Amazon`, `Original`|
|Valid value(s)|`Auto`, `Original`, `Amazon`, `Legacy`, `Path`, `Domain`, `Auto`, `Original`, `Amazon`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -32138,6 +32162,16 @@
|------|----|
|docs.aws.amazon.com|[Aurora_fwd_writer_select_stmt_duration](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.ParameterGroups.html#AuroraMySQL.Reference.Parameters.Inapplicable#Aurora_fwd_writer_select_stmt_duration)|

## Aurora_lockmgr_buffer_pool_memory_used
|name|value|
|----|-----|
|Name|`Aurora_lockmgr_buffer_pool_memory_used`|

### Documentation(s)
|source|anchor name|
|------|----|
|docs.aws.amazon.com|[Aurora_lockmgr_buffer_pool_memory_used](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.ParameterGroups.html#AuroraMySQL.Reference.Parameters.Inapplicable#Aurora_lockmgr_buffer_pool_memory_used)|

## Aurora_lockmgr_memory_used
|name|value|
|----|-----|
Expand Down
34 changes: 33 additions & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -10225,6 +10225,26 @@
"38#binlog_group_commits"
]
},
"Binlog_gtid_index_hit": {
"name": "Binlog_gtid_index_hit",
"scope": [
"global"
],
"type": "integer",
"ids": [
"38#binlog_gtid_index_hit"
]
},
"Binlog_gtid_index_miss": {
"name": "Binlog_gtid_index_miss",
"scope": [
"global"
],
"type": "integer",
"ids": [
"38#binlog_gtid_index_miss"
]
},
"Binlog_snapshot_file": {
"name": "Binlog_snapshot_file",
"scope": [
Expand Down Expand Up @@ -10723,8 +10743,14 @@
"type": "enumeration",
"validValues": [
"Auto",
"Original",
"Amazon",
"Original"
"Legacy",
"Path",
"Domain",
"Auto",
"Original",
"Amazon"
],
"ids": [
"39#s3_protocol_version"
Expand Down Expand Up @@ -29734,6 +29760,12 @@
"61#Aurora_fwd_writer_select_stmt_duration"
]
},
"Aurora_lockmgr_buffer_pool_memory_used": {
"name": "Aurora_lockmgr_buffer_pool_memory_used",
"ids": [
"61#Aurora_lockmgr_buffer_pool_memory_used"
]
},
"Aurora_lockmgr_memory_used": {
"name": "Aurora_lockmgr_memory_used",
"type": "byte",
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.

Loading