~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • 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:
493
493
 
494
494
  void doGetTableIdentifiers(drizzled::CachedDirectory &directory,
495
495
                             const drizzled::identifier::Schema &schema_identifier,
496
 
                             drizzled::identifier::Table::vector &set_of_identifiers);
 
496
                             drizzled::identifier::table::vector &set_of_identifiers);
497
497
  bool validateCreateTableOption(const std::string &key, const std::string &state);
498
498
  void dropTemporarySchema();
499
499
 
522
522
 
523
523
void InnobaseEngine::doGetTableIdentifiers(drizzled::CachedDirectory &directory,
524
524
                                           const drizzled::identifier::Schema &schema_identifier,
525
 
                                           drizzled::identifier::Table::vector &set_of_identifiers)
 
525
                                           drizzled::identifier::table::vector &set_of_identifiers)
526
526
{
527
527
  CachedDirectory::Entries entries= directory.getEntries();
528
528