Commit 662823c2 authored by unknown's avatar unknown
Browse files

after review fixup (bug #8129: help.test fails using --ps-protocol)

parent 54a1e372
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -558,6 +558,10 @@ SQL_SELECT *prepare_simple_select(THD *thd, Item *cond, TABLE_LIST *tables,
{
  if (!cond->fixed)
    cond->fix_fields(thd, tables, &cond);	// can never fail

  /* Assume that no indexes cover all required fields */
  table->used_keys.clear_all();

  SQL_SELECT *res= make_select(table,0,0,cond,error);
  if (*error || (res && res->check_quick(thd, 0, HA_POS_ERROR)) ||
      (res->quick && res->quick->reset()))