MySQL 9.1.0
Source Code Documentation
|
Table EVENTS_STATEMENTS_xxx (declarations). More...
#include <sys/types.h>
#include "my_base.h"
#include "my_inttypes.h"
#include "mysql_com.h"
#include "sql/sql_digest.h"
#include "sql_string.h"
#include "storage/perfschema/pfs_column_types.h"
#include "storage/perfschema/pfs_engine_table.h"
#include "storage/perfschema/pfs_name.h"
#include "storage/perfschema/table_helper.h"
Go to the source code of this file.
Classes | |
class | PFS_index_events_statements |
struct | row_events_statements |
A row of table_events_statements_common. More... | |
struct | pos_events_statements_current |
Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_CURRENT. More... | |
struct | pos_events_statements_history |
Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_HISTORY. More... | |
class | table_events_statements_common |
Adapter, for table sharing the structure of PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_CURRENT. More... | |
class | table_events_statements_current |
Table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_CURRENT. More... | |
class | table_events_statements_history |
Table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_HISTORY. More... | |
class | table_events_statements_history_long |
Table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_HISTORY_LONG. More... | |
Table EVENTS_STATEMENTS_xxx (declarations).