Skip to content

Commit

Permalink
update: [MariaDB] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Nov 5, 2022
1 parent d05a0f4 commit 949efc5
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
],
"type": "integer"
},
{
"cli": "--binlog-alter-two-phase",
"default": "false",
"dynamic": true,
"id": "binlog_alter_two_phase",
"name": "binlog_alter_two_phase",
"scope": [
"global",
"session"
],
"type": "boolean"
},
{
"cli": "--auto-increment-offset[=#]",
"default": "1",
Expand Down
17 changes: 17 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -10874,6 +10874,23 @@
}
]
},
"binlog_alter_two_phase": {
"cli": "--binlog-alter-two-phase",
"default": "false",
"dynamic": true,
"name": "binlog_alter_two_phase",
"scope": [
"global",
"session"
],
"type": "boolean",
"ids": [
{
"anchor": "binlog_alter_two_phase",
"url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/"
}
]
},
"auto_increment_offset": {
"default": "1",
"dynamic": true,
Expand Down
15 changes: 15 additions & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -9280,6 +9280,21 @@
|mariadb.com|[auto_increment_increment](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#auto_increment_increment)|
|dev.mysql.com|[sysvar_auto_increment_increment](https://dev.mysql.com/doc/refman/8.0/en/replication-options-source.html#sysvar_auto_increment_increment)|

## binlog_alter_two_phase
|name|value|
|----|-----|
|Name|`binlog_alter_two_phase`|
|Command line|`--binlog-alter-two-phase`|
|Type of variable|`boolean`|
|Scope|`global`, `session`|
|Default value|`false`|
|Dynamic|`true`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[binlog_alter_two_phase](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_alter_two_phase)|

## auto_increment_offset
|name|value|
|----|-----|
Expand Down
14 changes: 14 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -8705,6 +8705,20 @@
"35#sysvar_auto_increment_increment"
]
},
"binlog_alter_two_phase": {
"cli": "--binlog-alter-two-phase",
"default": "false",
"dynamic": true,
"name": "binlog_alter_two_phase",
"scope": [
"global",
"session"
],
"type": "boolean",
"ids": [
"15#binlog_alter_two_phase"
]
},
"auto_increment_offset": {
"default": "1",
"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 949efc5

Please sign in to comment.