1
0
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:
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

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