mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
sql_insert.cc:
Use the test() macro instead of assigning a pointer to a bool sql/sql_insert.cc: Use the test() macro instead of assigning a pointer to a bool
This commit is contained in:
parent
c31a78c863
commit
86b51de7cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue