~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.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:
148
148
 
149
149
  void doGetTableIdentifiers(drizzled::CachedDirectory &directory,
150
150
                             const drizzled::identifier::Schema &schema_identifier,
151
 
                             drizzled::identifier::Table::vector &set_of_identifiers);
 
151
                             drizzled::identifier::table::vector &set_of_identifiers);
152
152
  bool validateCreateTableOption(const std::string &key, const std::string &state)
153
153
  {
154
154
    (void)state;
163
163
 
164
164
void MyisamEngine::doGetTableIdentifiers(drizzled::CachedDirectory&,
165
165
                                         const drizzled::identifier::Schema&,
166
 
                                         drizzled::identifier::Table::vector&)
 
166
                                         drizzled::identifier::table::vector&)
167
167
{
168
168
}
169
169