add innodb_buffer_pool_size and open_files_limit
This commit is contained in:
parent
339cec1c05
commit
fec1083274
|
@ -59,6 +59,8 @@ var VARIABLES_VARS = map[string]struct{}{
|
|||
// "innodb_buffer_pool_bytes_total": {},
|
||||
// "innodb_buffer_pool_pages_utilization": {},
|
||||
var INNODB_VARS = map[string]struct{}{
|
||||
"innodb_buffer_pool_size": {},
|
||||
"open_files_limit": {},
|
||||
"innodb_data_reads": {},
|
||||
"innodb_data_writes": {},
|
||||
"innodb_os_log_fsyncs": {},
|
||||
|
|
Loading…
Reference in New Issue