MySQL 9.1.0
Source Code Documentation
|
#include "lex_string.h"
#include "mysql_com.h"
#include "sql/resourcegroups/platform/thread_attrs_api.h"
Go to the source code of this file.
Classes | |
struct | resourcegroups::Range |
struct | resourcegroups::Resource_group_ctx |
Namespaces | |
namespace | resourcegroups |
Macros | |
#define | WARN_RESOURCE_GROUP_UNSUPPORTED 0x00001 |
To support logging of multiple warn conditions, these values have been represented as powers of two. More... | |
#define | WARN_RESOURCE_GROUP_UNSUPPORTED_HINT 0x0002 |
#define | WARN_RESOURCE_GROUP_TYPE_MISMATCH 0x0004 |
#define | WARN_RESOURCE_GROUP_NOT_EXISTS 0x0008 |
#define | WARN_RESOURCE_GROUP_ACCESS_DENIED 0x0010 |
Enumerations | |
enum class | resourcegroups::Type { resourcegroups::SYSTEM_RESOURCE_GROUP = 1 , resourcegroups::USER_RESOURCE_GROUP } |
#define WARN_RESOURCE_GROUP_ACCESS_DENIED 0x0010 |
#define WARN_RESOURCE_GROUP_NOT_EXISTS 0x0008 |
#define WARN_RESOURCE_GROUP_TYPE_MISMATCH 0x0004 |
#define WARN_RESOURCE_GROUP_UNSUPPORTED 0x00001 |
To support logging of multiple warn conditions, these values have been represented as powers of two.
#define WARN_RESOURCE_GROUP_UNSUPPORTED_HINT 0x0002 |