~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <string>
33
33
#include <set>
34
34
 
 
35
extern int wild_case_compare(const CHARSET_INFO * const cs, 
 
36
                             const char *str,const char *wildstr);
 
37
 
35
38
namespace drizzled
36
39
{
37
40
 
107
110
    void push(const std::string& arg);
108
111
    void push(bool arg);
109
112
 
 
113
    bool isWild(const std::string &predicate);
110
114
  };
111
115
 
112
116
  void define(drizzled::message::Table &arg)