~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • 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:
134
134
    void push(int64_t arg);
135
135
    void push(const char *arg, uint32_t length= 0);
136
136
    void push(str_ref);
137
 
    void push(const std::string& arg);
138
137
    void push(bool arg);
139
138
    void push();
140
139