~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Removed protocol field flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
957
957
  }
958
958
  item->maybe_null= 1;
959
959
  field_list.push_back(new Item_empty_string("Extra", 255, cs));
960
 
  return (result->send_fields(field_list,
961
 
                              Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF));
 
960
  return (result->send_fields(field_list));
962
961
}
963
962
 
964
963
/************************************************************************