MySQL 8.4.0
Source Code Documentation
consts Namespace Reference

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
 

Function Documentation

◆ additional_password()

const std::string consts::additional_password ( "additional_password"  )

For secondary password.

◆ ALTER()

const std::string consts::ALTER ( "ALTER"  )

◆ ALTER_ROUTINE()

const std::string consts::ALTER_ROUTINE ( "ALTER ROUTINE"  )

◆ charset()

const std::string consts::charset ( "charset"  )

◆ collation()

const std::string consts::collation ( "collation"  )

◆ connection_admin()

const std::string consts::connection_admin ( "CONNECTION_ADMIN"  )

◆ CREATE()

const std::string consts::CREATE ( "CREATE"  )

◆ CREATE_ROLE()

const std::string consts::CREATE_ROLE ( "CREATE ROLE"  )

◆ CREATE_ROUTINE()

const std::string consts::CREATE_ROUTINE ( "CREATE ROUTINE"  )

◆ CREATE_TABLESPACE()

const std::string consts::CREATE_TABLESPACE ( "CREATE TABLESPACE"  )

◆ CREATE_TEMPORARY_TABLES()

const std::string consts::CREATE_TEMPORARY_TABLES ( "CREATE TEMPORARY TABLES"  )

◆ CREATE_USER()

const std::string consts::CREATE_USER ( "CREATE USER )

◆ CREATE_VIEW()

const std::string consts::CREATE_VIEW ( "CREATE VIEW"  )

◆ Database()

const std::string consts::Database ( "Database"  )

◆ DELETE()

const std::string consts::DELETE ( "DELETE"  )

◆ DROP()

const std::string consts::DROP ( "DROP"  )

◆ DROP_ROLE()

const std::string consts::DROP_ROLE ( "DROP ROLE"  )

◆ empty_string()

const std::string consts::empty_string ( ""  )

Empty string.

◆ EVENT()

const std::string consts::EVENT ( "EVENT"  )

◆ EXECUTE()

const std::string consts::EXECUTE ( "EXECUTE"  )

◆ failed_login_attempts()

const std::string consts::failed_login_attempts ( "failed_login_attempts"  )

underkeys of password locking

◆ FILE()

const std::string consts::FILE ( "FILE"  )

◆ GRANT()

const std::string consts::GRANT ( "GRANT"  )

◆ INDEX()

const std::string consts::INDEX ( "INDEX"  )

◆ INSERT()

const std::string consts::INSERT ( "INSERT"  )

◆ json_comment_tag()

const std::string consts::json_comment_tag ( "comment"  )

comment tag

◆ json_metadata_tag()

const std::string consts::json_metadata_tag ( "metadata"  )

metadata tag

◆ json_multi_factor_authentication()

const std::string consts::json_multi_factor_authentication ( "multi_factor_authentication"  )

multi factor authentication methods

◆ LOCK_TABLES()

const std::string consts::LOCK_TABLES ( "LOCK TABLES"  )

◆ mysql()

const std::string consts::mysql ( "mysql"  )

◆ password_lock_time_days()

const std::string consts::password_lock_time_days ( "password_lock_time_days"  )

underkeys of password locking

◆ Password_locking()

const std::string consts::Password_locking ( "Password_locking"  )

for password locking

◆ Privileges()

const std::string consts::Privileges ( "Privileges"  )

◆ PROCESS()

const std::string consts::PROCESS ( "PROCESS"  )

◆ REFERENCES()

const std::string consts::REFERENCES ( "REFERENCES"  )

◆ RELOAD()

const std::string consts::RELOAD ( "RELOAD"  )

◆ REPLICATION_CLIENT()

const std::string consts::REPLICATION_CLIENT ( "REPLICATION CLIENT"  )

◆ REPLICATION_SLAVE()

const std::string consts::REPLICATION_SLAVE ( "REPLICATION SLAVE )

◆ Restrictions()

const std::string consts::Restrictions ( "Restrictions"  )

For partial revokes.

◆ SELECT()

const std::string consts::SELECT ( "SELECT"  )

Name of the static privileges.

◆ SHOW_DATABASES()

const std::string consts::SHOW_DATABASES ( "SHOW DATABASES )

◆ SHOW_VIEW()

const std::string consts::SHOW_VIEW ( "SHOW VIEW"  )

◆ SHUTDOWN()

const std::string consts::SHUTDOWN ( "SHUTDOWN"  )

◆ SUPER()

const std::string consts::SUPER ( "SUPER"  )

◆ system_user()

const std::string consts::system_user ( "SYSTEM_USER"  )

◆ TRIGGER()

const std::string consts::TRIGGER ( "TRIGGER"  )

◆ UPDATE()

const std::string consts::UPDATE ( "UPDATE"  )

Variable Documentation

◆ BEGIN_TIMESTAMP

const my_timeval consts::BEGIN_TIMESTAMP = {0, 0}

Initial timestamp.

◆ connection_admin

const std::string consts::connection_admin
extern

◆ CRITICAL_ERROR

const int consts::CRITICAL_ERROR = -1

Error indicating table operation error.

◆ mysql

const std::string consts::mysql
extern

◆ system_user

const std::string consts::system_user
extern