Commit 32e6e6aa authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/home/dlenev/src/mysql-5.0-bg13825

parents e2de3a8f 4ca413e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -661,11 +661,10 @@ Materialized_cursor::~Materialized_cursor()

bool Select_materialize::send_fields(List<Item> &list, uint flags)
{
  bool rc;
  DBUG_ASSERT(table == 0);
  if (create_result_table(unit->thd, unit->get_unit_column_types(),
                          FALSE, thd->options | TMP_TABLE_ALL_COLUMNS, ""))
    return TRUE;
  return rc;
  return FALSE;
}