MySQL 26.7.0
Source Code Documentation
job_binlog.h File Reference

Go to the source code of this file.

Classes

class  mysql::csa::Job_binlog
 The Job_binlog class is a container that holds a buffer of fetchable events and context for the transaction to be applied in change streams. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::csa
 

Enumerations

enum class  mysql::csa::Transaction_phase {
  mysql::csa::prepare = 0 , mysql::csa::commit_register = 1 , mysql::csa::commit_binlog = 2 , mysql::csa::retry_commit = 3 ,
  mysql::csa::done = 4
}
 Lists all phases the Job_binlog can be in. More...