mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
remove LEX_USER->is_public
it's now redundant
This commit is contained in:
@@ -6029,7 +6029,6 @@ void THD::get_definer(LEX_USER *definer, bool role)
|
||||
definer->user= invoker.user;
|
||||
definer->host= invoker.host;
|
||||
definer->auth= NULL;
|
||||
definer->is_public= false;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user