MySQL 9.1.0
Source Code Documentation
|
Functions | |
bool | parse_user_attributes (TABLE *table, User_table_schema *table_schema, Acl_user_attributes &user_attributes) |
Helper function to parse mysql.user.user_attributes column. More... | |
bool acl_table::anonymous_namespace{acl_table_user.cc}::parse_user_attributes | ( | TABLE * | table, |
User_table_schema * | table_schema, | ||
Acl_user_attributes & | user_attributes | ||
) |
Helper function to parse mysql.user.user_attributes column.
[in] | table | Handle to mysql.user table |
[in] | table_schema | mysql.user schema version |
[out] | user_attributes | Deserialized user attributes |
false | Success |
true | Problem parsing the column |