mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
postmerge changes
mysql-test/t/lowercase_view.test: error code changed after merege mysql-test/t/view.test: error code changed after merege sql/item.cc: inline function used instead of frequently used expression removed old TODO sql/sql_base.cc: layoutfixed inline function used instead of frequently used expression sql/sql_insert.cc: inline function used instead of frequently used expression
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user