mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
@ -563,7 +563,7 @@ innobase_mysql_print_thd(
|
||||
use the default max length */
|
||||
{
|
||||
const THD* thd;
|
||||
const st_security_context *sctx;
|
||||
const Security_context *sctx;
|
||||
const char* s;
|
||||
|
||||
thd = (const THD*) input_thd;
|
||||
|
Reference in New Issue
Block a user