![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
It implements the logic of UNTIL SQL_AFTER_MTS_GAP. More...
#include <rpl_replica_until_options.h>
Public Member Functions | |
| Until_mts_gap (Relay_log_info *rli) | |
| void | init () | 
| Initialize it when starting the slave.  More... | |
  Public Member Functions inherited from Until_option | |
| virtual | ~Until_option ()=default | 
| bool | is_satisfied_at_start_slave () | 
| Check if the until option is already satisfied at coordinator starting.  More... | |
| bool | is_satisfied_before_dispatching_event (const Log_event *ev) | 
| check if the until option is satisfied before applying or dispatching a event.  More... | |
| bool | is_satisfied_after_dispatching_event () | 
| check if the until option is satisfied after applied or dispatched a event.  More... | |
| bool | is_satisfied_all_transactions_read_from_relay_log () | 
| check if the until option is waiting for more transactions to be read from the relay log.  More... | |
Private Member Functions | |
| bool | check_at_start_slave () override | 
| bool | check_before_dispatching_event (const Log_event *ev) override | 
| bool | check_after_dispatching_event () override | 
| bool | check_all_transactions_read_from_relay_log () override | 
Additional Inherited Members | |
  Protected Member Functions inherited from Until_option | |
| Until_option (Relay_log_info *rli) | |
  Protected Attributes inherited from Until_option | |
| Relay_log_info * | m_rli | 
It implements the logic of UNTIL SQL_AFTER_MTS_GAP.
      
  | 
  inline | 
      
  | 
  overrideprivatevirtual | 
Implements Until_option.
      
  | 
  overrideprivatevirtual | 
Implements Until_option.
      
  | 
  overrideprivatevirtual | 
Implements Until_option.
      
  | 
  overrideprivatevirtual | 
Implements Until_option.
| void Until_mts_gap::init | ( | ) | 
Initialize it when starting the slave.