1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

postmerge changes

This commit is contained in:
bell@sanja.is.com.ua
2005-09-02 09:50:17 +03:00
parent dd7ab17059
commit da64c1eab3
5 changed files with 74 additions and 81 deletions

View File

@ -1195,9 +1195,7 @@ int check_that_all_fields_are_given_values(THD *thd, TABLE *entry,
bool view= FALSE;
if (table_list)
{
table_list= (table_list->belong_to_view ?
table_list->belong_to_view :
table_list);
table_list= table_list->top_table();
view= test(table_list->view);
}
if (view)