~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:46 UTC
  • mfrom: (2313.3.7 void)
  • Revision ID: me@mark.atwood.name-20110603175746-5qgjopd4l9wvhfk4
mergeĀ lp:~olafvdspek/drizzle/void3

Show diffs side-by-side

added added

removed removed

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