51
51
void Item_row::illegal_method_call(const char *method __attribute__((__unused__)))
56
54
my_error(ER_OPERAND_COLUMNS, MYF(0), 1);
60
58
bool Item_row::fix_fields(THD *thd, Item **ref __attribute__((__unused__)))
66
64
for (arg= items, arg_end= items+arg_count; arg != arg_end ; arg++)
68
66
if ((*arg)->fix_fields(thd, arg))
70
68
// we can't assign 'item' before, because fix_fields() can change arg
72
70
used_tables_cache |= item->used_tables();