MySQL 9.0.0
Source Code Documentation
row_prepared_stmt_instances Struct Reference

A row of table PERFORMANCE_SCHEMA.PREPARED_STATEMENT_INSTANCES. More...

#include <table_prepared_stmt_instances.h>

Public Attributes

const void * m_identity {nullptr}
 Column OBJECT_INSTANCE_BEGIN. More...
 
ulonglong m_stmt_id {0}
 Column STMT_ID. More...
 
char m_stmt_name [COL_INFO_SIZE]
 Column STMT_NAME. More...
 
int m_stmt_name_length {0}
 
char m_sql_text [COL_INFO_SIZE]
 Column SQL_TEXT. More...
 
int m_sql_text_length {0}
 
ulonglong m_owner_thread_id {0}
 Column OWNER_THREAD_ID. More...
 
ulonglong m_owner_event_id {0}
 Column OWNER_EVENT_ID. More...
 
enum_object_type m_owner_object_type
 Column OWNER_OBJECT_TYPE. More...
 
PFS_schema_name m_owner_object_schema
 Column OWNER_OBJECT_SCHEMA. More...
 
PFS_object_name m_owner_object_name
 Column OWNER_OBJECT_NAME. More...
 
PFS_stat_row m_prepare_stat
 Columns TIMER_PREPARE. More...
 
PFS_stat_row m_reprepare_stat
 Columns COUNT_REPREPARE. More...
 
bool m_secondary {false}
 Column EXECUTION_ENGINE. More...
 
PFS_statement_stat_row m_execute_stat
 Columns COUNT_STAR...SUM_NO_GOOD_INDEX_USED. More...
 

Detailed Description

A row of table PERFORMANCE_SCHEMA.PREPARED_STATEMENT_INSTANCES.

Member Data Documentation

◆ m_execute_stat

PFS_statement_stat_row row_prepared_stmt_instances::m_execute_stat

Columns COUNT_STAR...SUM_NO_GOOD_INDEX_USED.

◆ m_identity

const void* row_prepared_stmt_instances::m_identity {nullptr}

Column OBJECT_INSTANCE_BEGIN.

◆ m_owner_event_id

ulonglong row_prepared_stmt_instances::m_owner_event_id {0}

Column OWNER_EVENT_ID.

◆ m_owner_object_name

PFS_object_name row_prepared_stmt_instances::m_owner_object_name

Column OWNER_OBJECT_NAME.

◆ m_owner_object_schema

PFS_schema_name row_prepared_stmt_instances::m_owner_object_schema

Column OWNER_OBJECT_SCHEMA.

◆ m_owner_object_type

enum_object_type row_prepared_stmt_instances::m_owner_object_type

Column OWNER_OBJECT_TYPE.

◆ m_owner_thread_id

ulonglong row_prepared_stmt_instances::m_owner_thread_id {0}

Column OWNER_THREAD_ID.

◆ m_prepare_stat

PFS_stat_row row_prepared_stmt_instances::m_prepare_stat

Columns TIMER_PREPARE.

◆ m_reprepare_stat

PFS_stat_row row_prepared_stmt_instances::m_reprepare_stat

Columns COUNT_REPREPARE.

◆ m_secondary

bool row_prepared_stmt_instances::m_secondary {false}

Column EXECUTION_ENGINE.

◆ m_sql_text

char row_prepared_stmt_instances::m_sql_text[COL_INFO_SIZE]

Column SQL_TEXT.

◆ m_sql_text_length

int row_prepared_stmt_instances::m_sql_text_length {0}

◆ m_stmt_id

ulonglong row_prepared_stmt_instances::m_stmt_id {0}

Column STMT_ID.

◆ m_stmt_name

char row_prepared_stmt_instances::m_stmt_name[COL_INFO_SIZE]

Column STMT_NAME.

◆ m_stmt_name_length

int row_prepared_stmt_instances::m_stmt_name_length {0}

The documentation for this struct was generated from the following file: