Commit 7751eeaf authored by unknown's avatar unknown
Browse files

wrong merge of bug9676 from 4.1 to 5.0 corrected

parent a9ac0557
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8817,7 +8817,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
  }
  else
  {
    set_if_smaller(table->max_rows, rows_limit);
    set_if_smaller(table->s->max_rows, rows_limit);
    param->end_write_records= rows_limit;
  }