~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    void push(uint64_t arg);
134
134
    void push(int64_t arg);
135
135
    void push(const char *arg, uint32_t length= 0);
136
 
    void push(const std::string& arg);
 
136
    void push(str_ref);
137
137
    void push(bool arg);
138
138
    void push();
139
139