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 Jul 16, 2020
1 parent 633e667 commit 85e3b2b
Show file tree
Hide file tree
Showing 10 changed files with 2,227 additions and 360 deletions.
305 changes: 269 additions & 36 deletions data/mariadb-myrocks-system-variables.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions data/mariadb-spider-server-status-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
],
"type": "integer"
},
{
"id": "spider_direct_delete",
"name": "Spider_direct_delete",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "spider_direct_order_limit",
"name": "Spider_direct_order_limit",
Expand All @@ -18,6 +27,15 @@
],
"type": "integer"
},
{
"id": "spider_direct_update",
"name": "Spider_direct_update",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "spider_mon_table_cache_version",
"name": "Spider_mon_table_cache_version",
Expand All @@ -35,6 +53,15 @@
"session"
],
"type": "integer"
},
{
"id": "spider_parallel_search",
"name": "Spider_parallel_search",
"scope": [
"global",
"session"
],
"type": "integer"
}
],
"name": "spider-server-status-variables",
Expand Down
Loading

0 comments on commit 85e3b2b

Please sign in to comment.