mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#2787 (Add view definer/owner to the view definition (.frm) to check privileges on used tables and stored routines when using a VIEW.)
Part 2 postreview fixes.
This commit is contained in:
@ -777,8 +777,8 @@ static void close_connections(void)
|
||||
if (global_system_variables.log_warnings)
|
||||
sql_print_warning(ER(ER_FORCING_CLOSE),my_progname,
|
||||
tmp->thread_id,
|
||||
(tmp->security_ctx->user ?
|
||||
tmp->security_ctx->user : ""));
|
||||
(tmp->main_security_ctx.user ?
|
||||
tmp->main_security_ctx.user : ""));
|
||||
close_connection(tmp,0,0);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user