Merge pull request #188 from percona/issue-1642751

Issue 1642751 Collect information about locks and transactions using P_S
This commit is contained in:
Carlos Salguero
2017-03-21 18:51:48 +02:00
committed by GitHub
5 changed files with 151 additions and 0 deletions

View File

@@ -30,3 +30,6 @@ 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'