~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

Fixed the OSX build issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    void push(uint32_t arg);
109
109
    void push(int64_t arg);
110
110
    void push(int32_t arg);
 
111
    void push(size_t arg);
111
112
    void push(const char *arg, uint32_t length= 0);
112
113
    void push(const std::string& arg);
113
114
    void push(bool arg);