~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.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:
113
113
  {
114
114
    return schema_exts;
115
115
  }
 
116
 
 
117
  void doGetTableIdentifiers(drizzled::CachedDirectory &directory,
 
118
                             drizzled::SchemaIdentifier &schema_identifier,
 
119
                             drizzled::TableIdentifiers &set_of_identifiers);
116
120
};
117
121
 
118
122
#endif /* PLUGIN_SCHEMA_ENGINE_SCHEMA_H */