~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Brian Aker
  • Date: 2010-08-03 04:19:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1684.
  • Revision ID: brian@gaz-20100803041905-xkgqsndtrqf2xetg
Remove call for using special new for a cursor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    return EPERM; 
57
57
  }
58
58
 
59
 
  virtual drizzled::Cursor *create(drizzled::TableShare &table,
60
 
                                   drizzled::memory::Root *mem_root);
 
59
  virtual drizzled::Cursor *create(drizzled::TableShare &table);
61
60
 
62
61
  const char **bas_ext() const 
63
62
  {