mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
Update pt-mysql-summary
Changed the deprecated variable name tx_isolation to transaction_isolation
This commit is contained in:
@@ -2129,7 +2129,7 @@ section_innodb () {
|
|||||||
name_val "Commit Concurrency" \
|
name_val "Commit Concurrency" \
|
||||||
"$(get_var innodb_commit_concurrency "$variables_file")"
|
"$(get_var innodb_commit_concurrency "$variables_file")"
|
||||||
name_val "Txn Isolation Level" \
|
name_val "Txn Isolation Level" \
|
||||||
"$(get_var tx_isolation "$variables_file")"
|
"$(get_var transaction_isolation "$variables_file")"
|
||||||
name_val "Adaptive Flushing" \
|
name_val "Adaptive Flushing" \
|
||||||
"$(get_var innodb_adaptive_flushing "$variables_file")"
|
"$(get_var innodb_adaptive_flushing "$variables_file")"
|
||||||
name_val "Adaptive Checkpoint" \
|
name_val "Adaptive Checkpoint" \
|
||||||
|
Reference in New Issue
Block a user