1
0
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:
Sergei Golubchik
2025-04-17 17:08:04 +02:00
parent f99586668a
commit 7f1492d0bc
7 changed files with 10 additions and 10 deletions

View File

@@ -1684,7 +1684,7 @@ static bool multi_update_check_table_access(THD *thd, TABLE_LIST *table,
if (multi_update_check_table_access(thd, tbl, tables_for_update,
&updated))
{
tbl->hide_view_error(thd);
tbl->replace_view_error_with_generic(thd);
return true;
}
}