~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Brian Aker
  • Date: 2010-03-27 21:51:11 UTC
  • Revision ID: brian@gaz-20100327215111-d93rvblau715pxfi
doCreateTable() was still taking a pointer instead of a session reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
  drizzled::plugin::TableFunction *getTool(const char *name_arg);
45
45
 
46
 
  int doCreateTable(drizzled::Session *,
 
46
  int doCreateTable(drizzled::Session&,
47
47
                    drizzled::Table&,
48
48
                    drizzled::TableIdentifier &,
49
49
                    drizzled::message::Table&)