mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 06:00:14 +00:00
Merge branch '3.0' into pt-stalk-collect-prepared-statements-LP1642750
This commit is contained in:
@@ -246,7 +246,7 @@ collect() {
|
|||||||
(echo $ts; transactions) >>"$d/$p-transactions" &
|
(echo $ts; transactions) >>"$d/$p-transactions" &
|
||||||
fi
|
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"
|
ps_locks_transactions "$d/$p-ps-locks-transactions"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -31,5 +31,5 @@ lower_case_table_names = 0
|
|||||||
# fkc test
|
# fkc test
|
||||||
binlog_format = STATEMENT
|
binlog_format = STATEMENT
|
||||||
performance_schema = ON
|
performance_schema = ON
|
||||||
performance-schema-instrument='wait/lock/metadata/sql/mdl=ON'
|
#performance-schema-instrument='wait/lock/metadata/sql/mdl=ON'
|
||||||
performance-schema-instrument='transaction=ON'
|
#performance-schema-instrument='transaction=ON'
|
||||||
|
Reference in New Issue
Block a user