mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
cleanup: rename hide_view_error->replace_view_error_with_generic
as requested by Monty
This commit is contained in:
@@ -8009,7 +8009,7 @@ bool setup_tables_and_check_access(THD *thd, Name_resolution_context *context,
|
||||
if (table_list->belong_to_view && !table_list->view &&
|
||||
check_single_table_access(thd, access, table_list, FALSE))
|
||||
{
|
||||
tables->hide_view_error(thd);
|
||||
tables->replace_view_error_with_generic(thd);
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
access= want_access;
|
||||
|
Reference in New Issue
Block a user