MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_statement_stat_row Struct Reference

#include <table_helper.h>

Collaboration diagram for PFS_statement_stat_row:

Public Member Functions

void set (time_normalizer *normalizer, const PFS_statement_stat *stat)
void set_field (uint index, Field *f)

Public Attributes

PFS_stat_row m_timer1_row
ulonglong m_error_count
ulonglong m_warning_count
ulonglong m_rows_affected
ulonglong m_lock_time
ulonglong m_rows_sent
ulonglong m_rows_examined
ulonglong m_created_tmp_disk_tables
ulonglong m_created_tmp_tables
ulonglong m_select_full_join
ulonglong m_select_full_range_join
ulonglong m_select_range
ulonglong m_select_range_check
ulonglong m_select_scan
ulonglong m_sort_merge_passes
ulonglong m_sort_range
ulonglong m_sort_rows
ulonglong m_sort_scan
ulonglong m_no_index_used
ulonglong m_no_good_index_used

Detailed Description

Row fragment for statement statistics columns.

Definition at line 399 of file table_helper.h.

Member Function Documentation

void PFS_statement_stat_row::set ( time_normalizer normalizer,
const PFS_statement_stat stat 
)
inline

Build a row from a memory buffer.

Definition at line 423 of file table_helper.h.

Here is the call graph for this function:

void PFS_statement_stat_row::set_field ( uint  index,
Field f 
)

Set a table field from the row.

Definition at line 256 of file table_helper.cc.

Here is the call graph for this function:


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