1
0
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:
bell@sanja.is.com.ua
2005-09-20 21:20:38 +03:00
parent aec371f910
commit c1b185f5ff
16 changed files with 151 additions and 120 deletions

View File

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