| MySQL 5.6.14 Source Code Document
    | 
| Public Attributes | |
| ulint | m_n_deleted | 
| ulint | m_n_purged | 
| ulint | m_n_rows | 
| ulint | m_n_purge_failed | 
For gathering stats on records during phase I
Definition at line 53 of file row0import.cc.
| 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.