Commit 042d5c1a authored by unknown's avatar unknown
Browse files

sql_base.cc:

  Small fix after merge of fix for bug#16510


sql/sql_base.cc:
  Small fix after merge of fix for bug#16510
parent 4a525b3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2390,7 +2390,6 @@ int setup_wild(THD *thd, TABLE_LIST *tables, List<Item> &fields,
    if (item->type() == Item::FIELD_ITEM &&
        ((Item_field*) item)->field_name &&
	((Item_field*) item)->field_name[0] == '*' &&
        ((Item_field*) item)->field_name[1] == 0 &&
	!((Item_field*) item)->field)
    {
      uint elem= fields.elements;