From 759ee9196e797496c6bd114eaebc609112754d49 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Wed, 22 Mar 2017 17:32:14 -0300 Subject: [PATCH] Updated collect.sh because of a syntax error --- lib/bash/collect.sh | 2 +- sandbox/servers/5.7/my.sandbox.cnf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bash/collect.sh b/lib/bash/collect.sh index e3a3cb0c..48574f83 100644 --- a/lib/bash/collect.sh +++ b/lib/bash/collect.sh @@ -248,7 +248,7 @@ collect() { (echo $ts; transactions) >>"$d/$p-transactions" & fi - if [ [ "${mysql_version}" '>' "5.6" ] && [ $ps_instrumentation_enabled == "yes"] ]; then + if [ "${mysql_version}" '>' "5.6" ] && [ $ps_instrumentation_enabled == "yes"]; then ps_locks_transactions "$d/$p-ps-locks-transactions" fi diff --git a/sandbox/servers/5.7/my.sandbox.cnf b/sandbox/servers/5.7/my.sandbox.cnf index c5d9452e..3373c024 100644 --- a/sandbox/servers/5.7/my.sandbox.cnf +++ b/sandbox/servers/5.7/my.sandbox.cnf @@ -31,5 +31,5 @@ lower_case_table_names = 0 # fkc test binlog_format = STATEMENT performance_schema = ON -performance-schema-instrument='wait/lock/metadata/sql/mdl=ON' -performance-schema-instrument='transaction=ON' +#performance-schema-instrument='wait/lock/metadata/sql/mdl=ON' +#performance-schema-instrument='transaction=ON'