MySQL 9.0.0
Source Code Documentation
acl_table_base.h File Reference
#include <assert.h>
#include "my_base.h"

Go to the source code of this file.

Classes

class  acl_table::Acl_table
 Base class to handle ACL table manipulation. More...
 

Namespaces

namespace  acl_table
 

Typedefs

typedef int acl_table::Table_op_error_code
 

Enumerations

enum class  acl_table::Acl_table_op_status { acl_table::OP_ERROR_CRITICAL = 0 , acl_table::OP_OK , acl_table::OP_ERROR_ROW }
 
enum class  acl_table::Acl_table_operation { acl_table::OP_INSERT = 0 , acl_table::OP_UPDATE , acl_table::OP_DELETE , acl_table::OP_READ }