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

sql_insert.cc:

Use the test() macro instead of assigning a pointer to a bool
This commit is contained in:
kent@mysql.com
2005-07-08 14:59:02 +02:00
parent 48e1013492
commit 8295cec7bc

View File

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