Skip to content

Commit

Permalink
Issue#25 - Add events_transactions_current to the default enabled con…
Browse files Browse the repository at this point in the history
…sumers
  • Loading branch information
MarkLeith committed Sep 4, 2014
1 parent a83e2ae commit 1dbcf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procedures/ps_setup_reset_to_default_57.sql
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ BEGIN
DEALLOCATE PREPARE reset_stmt;

SET @query = 'UPDATE performance_schema.setup_consumers
SET ENABLED = IF(NAME IN (''events_statements_current'', ''global_instrumentation'', ''thread_instrumentation'', ''statements_digest''), ''YES'', ''NO'')';
SET ENABLED = IF(NAME IN (''events_statements_current'', ''events_transactions_current'', ''global_instrumentation'', ''thread_instrumentation'', ''statements_digest''), ''YES'', ''NO'')';

IF (in_verbose) THEN
SELECT CONCAT('Resetting: setup_consumers\n', REPLACE(@query, ' ', '')) AS status;
Expand Down

0 comments on commit 1dbcf0e

Please sign in to comment.