~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 13:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805135337-lztw7l70lfro7ttn
Update .yy

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
  push(arg.data(), arg.size());
213
213
}
214
214
 
215
 
void plugin::TableFunction::Generator::push(const std::string& arg)
216
 
{
217
 
  push(arg.data(), arg.size());
218
 
}
219
 
 
220
215
void plugin::TableFunction::Generator::push(bool arg)
221
216
{
222
217
  if (arg)