~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/null.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:
112
112
 
113
113
bool Item_null::send(plugin::Client *client, String *)
114
114
{
115
 
  return client->store();
 
115
  client->store();
 
116
  return false; // return void
116
117
}
117
118
 
118
119
} /* namespace drizzled */