ps_trace_statement_digest
This procedure traces a specific statement digest in the Performance Schema, capturing details about its execution for performance analysis.
Syntax
ps_trace_statement_digest(in_digest, in_runtime, in_interval, in_start_fresh, in_auto_enable)Description
Examples
CALL sys.ps_trace_statement_digest('891ec6860f98ba46d89dd20b0c03652c', 5, 0.5, TRUE, TRUE);Last updated
Was this helpful?

