mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
commit
4a8039b04e
81 changed files with 1562 additions and 477 deletions
|
|
@ -822,9 +822,10 @@ st_select_lex_unit *With_element::clone_parsed_spec(THD *thd,
|
|||
tbl;
|
||||
tbl= tbl->next_global)
|
||||
{
|
||||
tbl->grant.privilege= with_table->grant.privilege;
|
||||
spec_tables_tail= tbl;
|
||||
}
|
||||
if (check_table_access(thd, SELECT_ACL, spec_tables, FALSE, UINT_MAX, FALSE))
|
||||
goto err;
|
||||
if (spec_tables)
|
||||
{
|
||||
if (with_table->next_global)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue