mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
Merge branch '10.6' into 10.11
This commit is contained in:
commit
20b818f45e
40 changed files with 446 additions and 115 deletions
|
|
@ -618,7 +618,7 @@ bool flush_tables_with_read_lock(THD *thd, TABLE_LIST *all_tables)
|
|||
if (table_list->belong_to_view &&
|
||||
check_single_table_access(thd, PRIV_LOCK_TABLES, table_list, FALSE))
|
||||
{
|
||||
table_list->hide_view_error(thd);
|
||||
table_list->replace_view_error_with_generic(thd);
|
||||
goto error_reset_bits;
|
||||
}
|
||||
if (table_list->is_view_or_derived())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue