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 May 30, 2020
1 parent 25cc2f5 commit 6dca35c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/mariadb-myisam-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
{
"cli": "--myisam-recover-options[=name]",
"default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3, >= MariaDB 5.1.44), OFF (<= MariaDB 5.1.42)",
"default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3), OFF",
"dynamic": false,
"id": "myisam_recover_options",
"name": "myisam_recover_options",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,7 @@
},
"myisam_recover_options": {
"cli": "--myisam-recover-options[=name]",
"default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3, >= MariaDB 5.1.44), OFF (<= MariaDB 5.1.42)",
"default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3), OFF",
"dynamic": false,
"name": "myisam_recover_options",
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@
|Command line|`--myisam-recover-options[=name]`|
|Type of variable|`enumeration`|
|Scope|`global`|
|Default value|`BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3, >= MariaDB 5.1.44), OFF (<= MariaDB 5.1.42)`|
|Default value|`BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3), OFF`|
|Dynamic|`false`|
|Valid value(s)|`OFF`, `DEFAULT`, `BACKUP`, `BACKUP_ALL`, `FORCE`, `QUICK`|

Expand Down
2 changes: 1 addition & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,7 @@
},
"myisam_recover_options": {
"cli": "--myisam-recover-options[=name]",
"default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3, >= MariaDB 5.1.44), OFF (<= MariaDB 5.1.42)",
"default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3), OFF",
"dynamic": false,
"name": "myisam_recover_options",
"scope": [
Expand Down

0 comments on commit 6dca35c

Please sign in to comment.