MySQL 8.0.37
Source Code Documentation
EventBufferOptionsFlags::Pos Namespace Reference

Variables

constexpr pos_type CloseOnFree = 0
 
constexpr pos_type ThreadSafe = 1
 
constexpr pos_type DeferCallbacks = 2
 
constexpr pos_type UnlockCallbacks = 3
 
constexpr pos_type _LAST = UnlockCallbacks
 

Variable Documentation

◆ _LAST

constexpr pos_type EventBufferOptionsFlags::Pos::_LAST = UnlockCallbacks
constexpr

◆ CloseOnFree

constexpr pos_type EventBufferOptionsFlags::Pos::CloseOnFree = 0
constexpr

◆ DeferCallbacks

constexpr pos_type EventBufferOptionsFlags::Pos::DeferCallbacks = 2
constexpr

◆ ThreadSafe

constexpr pos_type EventBufferOptionsFlags::Pos::ThreadSafe = 1
constexpr

◆ UnlockCallbacks

constexpr pos_type EventBufferOptionsFlags::Pos::UnlockCallbacks = 3
constexpr