~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

Merged trunk.

Show diffs side-by-side

added added

removed removed

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