MySQL 8.3.0
Source Code Documentation
stmt_classifier.h File Reference

Go to the source code of this file.

Classes

struct  stdx::is_flags< StmtClassifier >
 

Namespaces

namespace  stdx
 

Enumerations

enum class  StmtClassifier {
  StateChangeOnSuccess = 1 << 0 , StateChangeOnError = 1 << 1 , StateChangeOnTracker = 1 << 2 , NoStateChangeIgnoreTracker = 1 << 3 ,
  ForbiddenFunctionWithConnSharing = 1 << 4 , ForbiddenSetWithConnSharing = 1 << 5 , ReadOnly = 1 << 6
}
 

Enumeration Type Documentation

◆ StmtClassifier

enum class StmtClassifier
strong
Enumerator
StateChangeOnSuccess 
StateChangeOnError 
StateChangeOnTracker 
NoStateChangeIgnoreTracker 
ForbiddenFunctionWithConnSharing 
ForbiddenSetWithConnSharing 
ReadOnly