mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
merge
This commit is contained in:
12
sql/table.cc
12
sql/table.cc
@@ -2167,16 +2167,12 @@ bool st_table_list::check_single_table(st_table_list **table, table_map map,
|
||||
{
|
||||
if (*table)
|
||||
return TRUE;
|
||||
else
|
||||
{
|
||||
*table= tbl;
|
||||
tbl->check_option= view->check_option;
|
||||
}
|
||||
*table= tbl;
|
||||
tbl->check_option= view->check_option;
|
||||
}
|
||||
}
|
||||
else
|
||||
if (tbl->check_single_table(table, map, view))
|
||||
return TRUE;
|
||||
else if (tbl->check_single_table(table, map, view))
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user