![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Functions | |
| const std::string | empty_string ("") | 
| Empty string.  More... | |
| const std::string | additional_password ("additional_password") | 
| For secondary password.  More... | |
| const std::string | Restrictions ("Restrictions") | 
| For partial revokes.  More... | |
| const std::string | Password_locking ("Password_locking") | 
| for password locking  More... | |
| const std::string | failed_login_attempts ("failed_login_attempts") | 
| underkeys of password locking  More... | |
| const std::string | password_lock_time_days ("password_lock_time_days") | 
| underkeys of password locking  More... | |
| const std::string | json_metadata_tag ("metadata") | 
| metadata tag  More... | |
| const std::string | json_comment_tag ("comment") | 
| comment tag  More... | |
| const std::string | json_multi_factor_authentication ("multi_factor_authentication") | 
| multi factor authentication methods  More... | |
| const std::string | SELECT ("SELECT") | 
| Name of the static privileges.  More... | |
| const std::string | INSERT ("INSERT") | 
| const std::string | UPDATE ("UPDATE") | 
| const std::string | DELETE ("DELETE") | 
| const std::string | CREATE ("CREATE") | 
| const std::string | DROP ("DROP") | 
| const std::string | RELOAD ("RELOAD") | 
| const std::string | SHUTDOWN ("SHUTDOWN") | 
| const std::string | PROCESS ("PROCESS") | 
| const std::string | FILE ("FILE") | 
| const std::string | GRANT ("GRANT") | 
| const std::string | REFERENCES ("REFERENCES") | 
| const std::string | INDEX ("INDEX") | 
| const std::string | ALTER ("ALTER") | 
| const std::string | SHOW_DATABASES ("SHOW DATABASES") | 
| const std::string | SUPER ("SUPER") | 
| const std::string | CREATE_TEMPORARY_TABLES ("CREATE TEMPORARY TABLES") | 
| const std::string | LOCK_TABLES ("LOCK TABLES") | 
| const std::string | EXECUTE ("EXECUTE") | 
| const std::string | REPLICATION_SLAVE ("REPLICATION SLAVE") | 
| const std::string | REPLICATION_CLIENT ("REPLICATION CLIENT") | 
| const std::string | CREATE_VIEW ("CREATE VIEW") | 
| const std::string | SHOW_VIEW ("SHOW VIEW") | 
| const std::string | CREATE_ROUTINE ("CREATE ROUTINE") | 
| const std::string | ALTER_ROUTINE ("ALTER ROUTINE") | 
| const std::string | CREATE_USER ("CREATE USER") | 
| const std::string | EVENT ("EVENT") | 
| const std::string | TRIGGER ("TRIGGER") | 
| const std::string | CREATE_TABLESPACE ("CREATE TABLESPACE") | 
| const std::string | CREATE_ROLE ("CREATE ROLE") | 
| const std::string | DROP_ROLE ("DROP ROLE") | 
| const std::string | mysql ("mysql") | 
| const std::string | system_user ("SYSTEM_USER") | 
| const std::string | connection_admin ("CONNECTION_ADMIN") | 
| const std::string | Database ("Database") | 
| const std::string | Privileges ("Privileges") | 
| const std::string | collation ("collation") | 
| const std::string | charset ("charset") | 
Variables | |
| const my_timeval | BEGIN_TIMESTAMP = {0, 0} | 
| Initial timestamp.  More... | |
| const int | CRITICAL_ERROR = -1 | 
| Error indicating table operation error.  More... | |
| const std::string | mysql | 
| const std::string | system_user | 
| const std::string | connection_admin | 
| const std::string consts::additional_password | ( | "additional_password" | ) | 
For secondary password.
| const std::string consts::ALTER | ( | "ALTER" | ) | 
| const std::string consts::ALTER_ROUTINE | ( | "ALTER ROUTINE" | ) | 
| const std::string consts::charset | ( | "charset" | ) | 
| const std::string consts::collation | ( | "collation" | ) | 
| const std::string consts::connection_admin | ( | "CONNECTION_ADMIN" | ) | 
| const std::string consts::CREATE | ( | "CREATE" | ) | 
| const std::string consts::CREATE_ROLE | ( | "CREATE ROLE" | ) | 
| const std::string consts::CREATE_ROUTINE | ( | "CREATE ROUTINE" | ) | 
| const std::string consts::CREATE_TABLESPACE | ( | "CREATE TABLESPACE" | ) | 
| const std::string consts::CREATE_TEMPORARY_TABLES | ( | "CREATE TEMPORARY TABLES" | ) | 
| const std::string consts::CREATE_USER | ( | "CREATE USER" | ) | 
| const std::string consts::CREATE_VIEW | ( | "CREATE VIEW" | ) | 
| const std::string consts::Database | ( | "Database" | ) | 
| const std::string consts::DELETE | ( | "DELETE" | ) | 
| const std::string consts::DROP | ( | "DROP" | ) | 
| const std::string consts::DROP_ROLE | ( | "DROP ROLE" | ) | 
| const std::string consts::empty_string | ( | "" | ) | 
Empty string.
| const std::string consts::EVENT | ( | "EVENT" | ) | 
| const std::string consts::EXECUTE | ( | "EXECUTE" | ) | 
| const std::string consts::failed_login_attempts | ( | "failed_login_attempts" | ) | 
underkeys of password locking
| const std::string consts::FILE | ( | "FILE" | ) | 
| const std::string consts::GRANT | ( | "GRANT" | ) | 
| const std::string consts::INDEX | ( | "INDEX" | ) | 
| const std::string consts::INSERT | ( | "INSERT" | ) | 
| const std::string consts::json_comment_tag | ( | "comment" | ) | 
comment tag
| const std::string consts::json_metadata_tag | ( | "metadata" | ) | 
metadata tag
| const std::string consts::json_multi_factor_authentication | ( | "multi_factor_authentication" | ) | 
multi factor authentication methods
| const std::string consts::LOCK_TABLES | ( | "LOCK TABLES" | ) | 
| const std::string consts::mysql | ( | "mysql" | ) | 
| const std::string consts::password_lock_time_days | ( | "password_lock_time_days" | ) | 
underkeys of password locking
| const std::string consts::Password_locking | ( | "Password_locking" | ) | 
for password locking
| const std::string consts::Privileges | ( | "Privileges" | ) | 
| const std::string consts::PROCESS | ( | "PROCESS" | ) | 
| const std::string consts::REFERENCES | ( | "REFERENCES" | ) | 
| const std::string consts::RELOAD | ( | "RELOAD" | ) | 
| const std::string consts::REPLICATION_CLIENT | ( | "REPLICATION CLIENT" | ) | 
| const std::string consts::REPLICATION_SLAVE | ( | "REPLICATION SLAVE" | ) | 
| const std::string consts::Restrictions | ( | "Restrictions" | ) | 
For partial revokes.
| const std::string consts::SELECT | ( | "SELECT" | ) | 
Name of the static privileges.
| const std::string consts::SHOW_DATABASES | ( | "SHOW DATABASES" | ) | 
| const std::string consts::SHOW_VIEW | ( | "SHOW VIEW" | ) | 
| const std::string consts::SHUTDOWN | ( | "SHUTDOWN" | ) | 
| const std::string consts::SUPER | ( | "SUPER" | ) | 
| const std::string consts::system_user | ( | "SYSTEM_USER" | ) | 
| const std::string consts::TRIGGER | ( | "TRIGGER" | ) | 
| const std::string consts::UPDATE | ( | "UPDATE" | ) | 
| const my_timeval consts::BEGIN_TIMESTAMP = {0, 0} | 
Initial timestamp.
      
  | 
  extern | 
| const int consts::CRITICAL_ERROR = -1 | 
Error indicating table operation error.
      
  | 
  extern | 
      
  | 
  extern |