This commit is contained in:
Igor Babaev 2011-04-26 21:11:06 -07:00
commit 24edac2211
11 changed files with 817 additions and 256 deletions

View file

@ -473,7 +473,7 @@ bool simple_pred(Item_func *func_item, Item **args, bool *inv_order)
/* MULT_EQUAL_FUNC */
{
Item_equal *item_equal= (Item_equal *) func_item;
Item_equal_iterator it(*item_equal);
Item_equal_fields_iterator it(*item_equal);
args[0]= it++;
if (it++)
return 0;