![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
When –innodb-doublewrite=DETECT_ONLY, page contents are not written to the dblwr buffer. More...
#include <buf0dblwr.h>
Public Member Functions | |
| Reduced_entry (buf_page_t *bpage) | |
| Reduced_entry (space_id_t space_id, page_no_t page_no, lsn_t lsn) | |
| byte * | write (byte *ptr) | 
Public Attributes | |
| space_id_t | m_space_id | 
| page_no_t | m_page_no | 
| lsn_t | m_lsn | 
When –innodb-doublewrite=DETECT_ONLY, page contents are not written to the dblwr buffer.
Only the following Reduced_entry information is stored in the dblwr buffer.
| dblwr::Reduced_entry::Reduced_entry | ( | buf_page_t * | bpage | ) | 
      
  | 
  inline | 
| lsn_t dblwr::Reduced_entry::m_lsn | 
| page_no_t dblwr::Reduced_entry::m_page_no | 
| space_id_t dblwr::Reduced_entry::m_space_id |