Skip to content

Commit

Permalink
update: [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 24, 2024
1 parent 64af575 commit 435f5d2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 91 deletions.
8 changes: 0 additions & 8 deletions data/variables/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2289,14 +2289,6 @@
],
"type": "integer"
},
{
"id": "sysvar_innodb_adaptive_hash_index",
"name": "--innodb-adaptive-hash-index"
},
{
"id": "sysvar_innodb_buffer_pool_chunk_size",
"name": "\n innodb_buffer_pool_chunk_size"
},
{
"id": "sysvar_innodb_version",
"name": "innodb_version"
Expand Down
4 changes: 0 additions & 4 deletions data/variables/mysql-server-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,6 @@
"name": "validate_user_plugins",
"type": "boolean"
},
{
"id": "sysvar_datadir",
"name": "--datadir"
},
{
"id": "sysvar_init_file",
"name": "init_file"
Expand Down
27 changes: 0 additions & 27 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -40341,24 +40341,6 @@
}
]
},
"--innodb-adaptive-hash-index": {
"name": "--innodb-adaptive-hash-index",
"ids": [
{
"anchor": "sysvar_innodb_adaptive_hash_index",
"url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html"
}
]
},
"\n innodb_buffer_pool_chunk_size": {
"name": "\n innodb_buffer_pool_chunk_size",
"ids": [
{
"anchor": "sysvar_innodb_buffer_pool_chunk_size",
"url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html"
}
]
},
"ndbcluster": {
"cli": "--ndbcluster[=value]",
"default": "OFF",
Expand Down Expand Up @@ -45177,15 +45159,6 @@
}
]
},
"--datadir": {
"name": "--datadir",
"ids": [
{
"anchor": "sysvar_datadir",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html"
}
]
},
"Authentication_ldap_sasl_supported_methods": {
"name": "Authentication_ldap_sasl_supported_methods",
"ids": [
Expand Down
32 changes: 0 additions & 32 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -33465,28 +33465,6 @@
|------|----|
|dev.mysql.com|[sysvar_innodb_validate_tablespace_paths](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_validate_tablespace_paths)|

## --innodb-adaptive-hash-index
|name|value|
|----|-----|
|Name|`--innodb-adaptive-hash-index`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_innodb_adaptive_hash_index](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_adaptive_hash_index)|

##
innodb_buffer_pool_chunk_size
|name|value|
|----|-----|
|Name|`
innodb_buffer_pool_chunk_size`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_innodb_buffer_pool_chunk_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_chunk_size)|

## ndbcluster
|name|value|
|----|-----|
Expand Down Expand Up @@ -37952,16 +37930,6 @@
|------|----|
|dev.mysql.com|[option_mysqld_validate-user-plugins](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_validate-user-plugins)|

## --datadir
|name|value|
|----|-----|
|Name|`--datadir`|

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

## Authentication_ldap_sasl_supported_methods
|name|value|
|----|-----|
Expand Down
18 changes: 0 additions & 18 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -30360,18 +30360,6 @@
"62#sysvar_innodb_validate_tablespace_paths"
]
},
"--innodb-adaptive-hash-index": {
"name": "--innodb-adaptive-hash-index",
"ids": [
"62#sysvar_innodb_adaptive_hash_index"
]
},
"\n innodb_buffer_pool_chunk_size": {
"name": "\n innodb_buffer_pool_chunk_size",
"ids": [
"62#sysvar_innodb_buffer_pool_chunk_size"
]
},
"ndbcluster": {
"cli": "--ndbcluster[=value]",
"default": "OFF",
Expand Down Expand Up @@ -34119,12 +34107,6 @@
"24#option_mysqld_validate-user-plugins"
]
},
"--datadir": {
"name": "--datadir",
"ids": [
"24#sysvar_datadir"
]
},
"Authentication_ldap_sasl_supported_methods": {
"name": "Authentication_ldap_sasl_supported_methods",
"ids": [
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 435f5d2

Please sign in to comment.