MySQL 9.1.0
Source Code Documentation
|
#include "mysql/harness/stdx/flags.h"
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 } |
|
strong |