~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:36:12 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328173612-j64frssmkmalveii
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
  void doGetTableIdentifiers(CachedDirectory &directory,
168
168
                             const identifier::Schema &schema_identifier,
169
 
                             identifier::Table::vector &set_of_identifiers);
 
169
                             identifier::table::vector &set_of_identifiers);
170
170
  void doGetTableIdentifiers(const identifier::Schema &schema_identifier,
171
 
                             identifier::Table::vector &set_of_identifiers);
 
171
                             identifier::table::vector &set_of_identifiers);
172
172
 
173
173
  int doGetTableDefinition(const drizzled::identifier::Table &identifier,
174
174
                           message::Table &table_proto);