mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: rename hide_view_error->replace_view_error_with_generic
as requested by Monty
This commit is contained in:
@@ -337,7 +337,7 @@ bool create_view_precheck(THD *thd, TABLE_LIST *tables, TABLE_LIST *view,
|
||||
{
|
||||
if (check_single_table_access(thd, SELECT_ACL, tbl, FALSE))
|
||||
{
|
||||
tbl->hide_view_error(thd);
|
||||
tbl->replace_view_error_with_generic(thd);
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user