MySQL 8.0.40
Source Code Documentation
|
For gathering stats on records during phase I. More...
Public Attributes | |
ulint | m_n_deleted |
Number of deleted records found in the index. More... | |
ulint | m_n_purged |
Number of records purged optimistically. More... | |
ulint | m_n_rows |
Number of rows. More... | |
ulint | m_n_purge_failed |
Number of deleted rows that could not be purged. More... | |
For gathering stats on records during phase I.
ulint row_stats_t::m_n_deleted |
Number of deleted records found in the index.
ulint row_stats_t::m_n_purge_failed |
Number of deleted rows that could not be purged.
ulint row_stats_t::m_n_purged |
Number of records purged optimistically.
ulint row_stats_t::m_n_rows |
Number of rows.