Commit 4d59111a authored by jani@ua141d10.elisa.omakaista.fi's avatar jani@ua141d10.elisa.omakaista.fi
Browse files

Fixed a bug in merge.

parent 8f3645e6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -426,8 +426,6 @@ bool mysql_ha_read(THD *thd, TABLE_LIST *tables,
  {
    if (table->query_id != thd->query_id)
      cond->cleanup();                          // File was reopened
    if ((!cond->fixed &&
	 cond->fix_fields(thd, tables, &cond)) || cond->check_cols(1))
    goto err0;
  }