~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2010-12-02 01:39:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1968.
  • Revision ID: brian@tangent.org-20101202013953-9ie7kafjag0e051q
Style cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
  void doGetTableIdentifiers(drizzled::CachedDirectory &directory,
146
146
                             const drizzled::SchemaIdentifier &schema_identifier,
147
 
                             drizzled::TableIdentifiers &set_of_identifiers);
 
147
                             drizzled::TableIdentifier::vector &set_of_identifiers);
148
148
  bool validateCreateTableOption(const std::string &key, const std::string &state)
149
149
  {
150
150
    (void)state;
159
159
 
160
160
void MyisamEngine::doGetTableIdentifiers(drizzled::CachedDirectory&,
161
161
                                         const drizzled::SchemaIdentifier&,
162
 
                                         drizzled::TableIdentifiers&)
 
162
                                         drizzled::TableIdentifier::vector&)
163
163
{
164
164
}
165
165