mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
remove LEX_USER->is_public
it's now redundant
This commit is contained in:
@@ -254,7 +254,6 @@ struct AUTHID
|
||||
struct LEX_USER: public AUTHID
|
||||
{
|
||||
USER_AUTH *auth;
|
||||
bool is_public;
|
||||
bool has_auth()
|
||||
{
|
||||
return auth && (auth->plugin.length || auth->auth_str.length || auth->pwtext.length);
|
||||
|
Reference in New Issue
Block a user