~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Mark Atwood
  • Date: 2011-06-03 17:57:03 UTC
  • mfrom: (2313.3.6 void)
  • Revision ID: me@mark.atwood.name-20110603175703-idsui337bghio245
mergeĀ lp:~olafvdspek/drizzle/void2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1203
1203
 
1204
1204
bool Item_field::send(plugin::Client *client, String *)
1205
1205
{
1206
 
  return client->store(result_field);
 
1206
  client->store(result_field);
 
1207
  return false; // return void
1207
1208
}
1208
1209
 
1209
1210