The events_stages_current Table


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.

The events-stages-current table can be truncated with TRUNCATE TABLE.

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.

The events_stages_current table has these columns:

The events_stages_current table was added in MariaDB 5.6.3.

Retornar