~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

merged with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    unit->offset_limit_cnt--;
60
60
    return 0;
61
61
  }
62
 
  fill_record(session, table->field, values, true);
 
62
  fill_record(session, table->getFields(), values, true);
63
63
  if (session->is_error())
64
64
    return 1;
65
65