MySQL 9.1.0
Source Code Documentation
|
#include "auth_acls.h"
Namespaces | |
namespace | consts |
Functions | |
const std::string | consts::SELECT ("SELECT") |
Name of the static privileges. More... | |
const std::string | consts::INSERT ("INSERT") |
const std::string | consts::UPDATE ("UPDATE") |
const std::string | consts::DELETE ("DELETE") |
const std::string | consts::CREATE ("CREATE") |
const std::string | consts::DROP ("DROP") |
const std::string | consts::RELOAD ("RELOAD") |
const std::string | consts::SHUTDOWN ("SHUTDOWN") |
const std::string | consts::PROCESS ("PROCESS") |
const std::string | consts::FILE ("FILE") |
const std::string | consts::GRANT ("GRANT") |
const std::string | consts::REFERENCES ("REFERENCES") |
const std::string | consts::INDEX ("INDEX") |
const std::string | consts::ALTER ("ALTER") |
const std::string | consts::SHOW_DATABASES ("SHOW DATABASES") |
const std::string | consts::SUPER ("SUPER") |
const std::string | consts::CREATE_TEMPORARY_TABLES ("CREATE TEMPORARY TABLES") |
const std::string | consts::LOCK_TABLES ("LOCK TABLES") |
const std::string | consts::EXECUTE ("EXECUTE") |
const std::string | consts::REPLICATION_SLAVE ("REPLICATION SLAVE") |
const std::string | consts::REPLICATION_CLIENT ("REPLICATION CLIENT") |
const std::string | consts::CREATE_VIEW ("CREATE VIEW") |
const std::string | consts::SHOW_VIEW ("SHOW VIEW") |
const std::string | consts::CREATE_ROUTINE ("CREATE ROUTINE") |
const std::string | consts::ALTER_ROUTINE ("ALTER ROUTINE") |
const std::string | consts::CREATE_USER ("CREATE USER") |
const std::string | consts::EVENT ("EVENT") |
const std::string | consts::TRIGGER ("TRIGGER") |
const std::string | consts::CREATE_TABLESPACE ("CREATE TABLESPACE") |
const std::string | consts::CREATE_ROLE ("CREATE ROLE") |
const std::string | consts::DROP_ROLE ("DROP ROLE") |
Variables | |
const std::vector< std::string > | global_acls_vector |
Consts for static privileges. More... | |
const std::unordered_map< std::string, int > | global_acls_map |
Bitmap offsets for static privileges. More... | |
const std::unordered_map<std::string, int> global_acls_map |
Bitmap offsets for static privileges.
const std::vector<std::string> global_acls_vector |
Consts for static privileges.