qc_mysqlembedded: Look at all conditional items

This commit is contained in:
Johan Wikman
2016-04-21 15:49:09 +03:00
parent 7bc7f2561b
commit 7b53f44ce3

View File

@ -1345,6 +1345,7 @@ static void collect_affected_fields(Item* item, char** bufp, int* buflenp, int*
break;
case Item::FUNC_ITEM:
case Item::SUM_FUNC_ITEM:
{
Item_func* func_item = static_cast<Item_func*>(item);
Item** items = func_item->arguments();