fix 'unused value' warning
This commit is contained in:
parent
b4cb252f91
commit
792d4e9c8c
@ -1253,7 +1253,7 @@ char* skygw_get_affected_fields(GWBUF* buf)
|
|||||||
|
|
||||||
List_iterator<Item> ilist(lex->current_select->item_list);
|
List_iterator<Item> ilist(lex->current_select->item_list);
|
||||||
item = (Item*)ilist.next();
|
item = (Item*)ilist.next();
|
||||||
for (item; item != NULL; item=(Item*)ilist.next())
|
for (; item != NULL; item=(Item*)ilist.next())
|
||||||
{
|
{
|
||||||
|
|
||||||
itype = item->type();
|
itype = item->type();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user