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

Public Attributes

ulint m_n_deleted
ulint m_n_purged
ulint m_n_rows
ulint m_n_purge_failed

Detailed Description

For gathering stats on records during phase I

Definition at line 53 of file row0import.cc.

Member Data Documentation

ulint row_stats_t::m_n_deleted

Number of deleted records found in the index

Definition at line 54 of file row0import.cc.

ulint row_stats_t::m_n_purge_failed

Number of deleted rows that could not be purged

Definition at line 62 of file row0import.cc.

ulint row_stats_t::m_n_purged

Number of records purged optimisatically

Definition at line 57 of file row0import.cc.

ulint row_stats_t::m_n_rows

Number of rows

Definition at line 60 of file row0import.cc.


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