From fc3312c52c11d37b21346f5075232c6a64d64efb Mon Sep 17 00:00:00 2001 From: GOKUL S <94166506+MASTERGOKUL@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:23:51 +0530 Subject: [PATCH] Update pt-mysql-summary Changed the deprecated variable name tx_isolation to transaction_isolation --- bin/pt-mysql-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index 74149426..8acd86d4 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -2129,7 +2129,7 @@ section_innodb () { name_val "Commit Concurrency" \ "$(get_var innodb_commit_concurrency "$variables_file")" name_val "Txn Isolation Level" \ - "$(get_var tx_isolation "$variables_file")" + "$(get_var transaction_isolation "$variables_file")" name_val "Adaptive Flushing" \ "$(get_var innodb_adaptive_flushing "$variables_file")" name_val "Adaptive Checkpoint" \