Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 1dbcf0e

Browse files
committed
Issue#25 - Add events_transactions_current to the default enabled consumers
1 parent a83e2ae commit 1dbcf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

procedures/ps_setup_reset_to_default_57.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BEGIN
9797
DEALLOCATE PREPARE reset_stmt;
9898

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

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

0 commit comments

Comments
 (0)