MySQL 8.4.0
Source Code Documentation
acl_table::Acl_table_user_writer_status Class Reference

mysql.user table writer. More...

#include <acl_table_user.h>

Public Member Functions

 Acl_table_user_writer_status ()
 
 Acl_table_user_writer_status (bool skip, ulong rights, Table_op_error_code err, my_timeval pwd_timestamp, std::string cred, Password_lock &password_lock, I_multi_factor_auth *multi_factor)
 

Public Attributes

bool skip_cache_update
 
ulong updated_rights
 
Table_op_error_code error
 
my_timeval password_change_timestamp
 
std::string second_cred
 
Restrictions restrictions
 
Password_lock password_lock
 
I_multi_factor_authmulti_factor
 

Detailed Description

mysql.user table writer.

It updates or drop a one single row from the table.

Constructor & Destructor Documentation

◆ Acl_table_user_writer_status() [1/2]

acl_table::Acl_table_user_writer_status::Acl_table_user_writer_status ( )

◆ Acl_table_user_writer_status() [2/2]

acl_table::Acl_table_user_writer_status::Acl_table_user_writer_status ( bool  skip,
ulong  rights,
Table_op_error_code  err,
my_timeval  pwd_timestamp,
std::string  cred,
Password_lock password_lock,
I_multi_factor_auth multi_factor 
)
inline

Member Data Documentation

◆ error

Table_op_error_code acl_table::Acl_table_user_writer_status::error

◆ multi_factor

I_multi_factor_auth* acl_table::Acl_table_user_writer_status::multi_factor

◆ password_change_timestamp

my_timeval acl_table::Acl_table_user_writer_status::password_change_timestamp

◆ password_lock

Password_lock acl_table::Acl_table_user_writer_status::password_lock

◆ restrictions

Restrictions acl_table::Acl_table_user_writer_status::restrictions

◆ second_cred

std::string acl_table::Acl_table_user_writer_status::second_cred

◆ skip_cache_update

bool acl_table::Acl_table_user_writer_status::skip_cache_update

◆ updated_rights

ulong acl_table::Acl_table_user_writer_status::updated_rights

The documentation for this class was generated from the following files: