![]() |
MySQL 9.5.0
Source Code Documentation
|
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, Access_bitmask 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 |
| Access_bitmask | 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_auth * | multi_factor |
mysql.user table writer.
It updates or drop a one single row from the table.
| acl_table::Acl_table_user_writer_status::Acl_table_user_writer_status | ( | ) |
|
inline |
| Table_op_error_code acl_table::Acl_table_user_writer_status::error |
| I_multi_factor_auth* acl_table::Acl_table_user_writer_status::multi_factor |
| my_timeval acl_table::Acl_table_user_writer_status::password_change_timestamp |
| Password_lock acl_table::Acl_table_user_writer_status::password_lock |
| Restrictions acl_table::Acl_table_user_writer_status::restrictions |
| std::string acl_table::Acl_table_user_writer_status::second_cred |
| bool acl_table::Acl_table_user_writer_status::skip_cache_update |
| Access_bitmask acl_table::Acl_table_user_writer_status::updated_rights |