Skip to content

Commit

Permalink
change metric
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jul 7, 2023
1 parent d54d977 commit 054d512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/check/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@
}

VARIABLES_VARS = {
'Key_buffer_size': int,
'Key_cache_utilization': int,
'key_buffer_size': int,
'max_connections': int,
'max_prepared_stmt_count': int,
'query_cache_size': int,
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version string. Examples:
# '3.0.0'
# '3.0.0-alpha0'
__version__ = '3.0.3'
__version__ = '3.0.4'

0 comments on commit 054d512

Please sign in to comment.