~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Brian Aker
  • Date: 2010-04-01 15:54:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1434.
  • Revision ID: brian@gaz-20100401155457-kfv60i7mc3kwcjnd
Merge in work for fetching a list of table identifiers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  {
91
91
    return EPERM;
92
92
  }
 
93
 
 
94
  void doGetTableIdentifiers(drizzled::CachedDirectory &directory,
 
95
                             drizzled::SchemaIdentifier &schema_identifier,
 
96
                             drizzled::TableIdentifiers &set_of_identifiers);
93
97
};
94
98
 
95
99
#endif /* PLUGIN_FUNCTION_ENGINE_FUNCTION_H */