22.10.5.1 The events_stages_current Table

As of MySQL 5.6.3, the events_stages_current table contains current stage events, one row per thread showing the current status of the thread's most recent monitored stage event.

Of the tables that contain stage event rows, events_stages_current is the most fundamental. Other tables that contain stage event rows are logically derived from the current events. For example, the events_stages_history and events_stages_history_long tables are collections of the most recent stage events, up to a fixed number of rows.

For information about configuration of stage event collection, see Section 22.10.5, “Performance Schema Stage Event Tables”.

The events_stages_current table has these columns:

TRUNCATE TABLE is permitted for the events_stages_current table. It removes the rows.