~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: lbieber
  • Date: 2010-09-26 03:23:39 UTC
  • mfrom: (1793.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100926032339-59p5xxhkloa09759
Merge Monty - Beginning of catalog support, adds a default local catalog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/session.h>
26
26
#include <drizzled/plugin/storage_engine.h>
27
27
#include <drizzled/plugin/table_function.h>
 
28
#include <drizzled/identifier/schema.h>
28
29
 
29
30
extern const drizzled::CHARSET_INFO *default_charset_info;
30
31
 
34
35
 
35
36
class Function : public drizzled::plugin::StorageEngine
36
37
{
37
 
 
38
38
public:
39
39
  Function(const std::string &name_arg);
40
40