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

#include <table_helper.h>

Public Member Functions

int make_row (PFS_statements_digest_stat *)
void set_field (uint index, Field *f)

Public Attributes

char m_schema_name [NAME_LEN]
uint m_schema_name_length
char m_digest [COL_DIGEST_SIZE]
uint m_digest_length
char m_digest_text [COL_DIGEST_TEXT_SIZE]
uint m_digest_text_length

Detailed Description

Row fragment for columns DIGEST, DIGEST_TEXT.

Definition at line 128 of file table_helper.h.

Member Function Documentation

int PFS_digest_row::make_row ( PFS_statements_digest_stat pfs)

Build a row from a memory buffer.

Definition at line 104 of file table_helper.cc.

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

Set a table field from the row.

Definition at line 149 of file table_helper.cc.

Here is the call graph for this function:

Member Data Documentation

char PFS_digest_row::m_digest[COL_DIGEST_SIZE]

Column DIGEST.

Definition at line 135 of file table_helper.h.

uint PFS_digest_row::m_digest_length

Length in bytes of m_digest.

Definition at line 137 of file table_helper.h.

char PFS_digest_row::m_digest_text[COL_DIGEST_TEXT_SIZE]

Column DIGEST_TEXT.

Definition at line 139 of file table_helper.h.

uint PFS_digest_row::m_digest_text_length

Length in bytes of m_digest_text.

Definition at line 141 of file table_helper.h.

char PFS_digest_row::m_schema_name[NAME_LEN]

Column SCHEMA_NAME.

Definition at line 131 of file table_helper.h.

uint PFS_digest_row::m_schema_name_length

Length in bytes of m_schema_name.

Definition at line 133 of file table_helper.h.


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