MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | RequestType { Prepare = 0, Commit = 1, Abort = 2 } |
enum | State { Defined = 0, Preparing = 1, Prepared = 2, Committing = 3, Committed = 4, Aborting = 5, Aborted = 6 } |
Definition at line 22 of file DictObjOp.hpp.