1
0
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:
Sergei Golubchik
2022-09-24 23:12:00 +02:00
parent 5dc804c3bb
commit 0537ce4e9f
5 changed files with 16 additions and 24 deletions

View File

@@ -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);