~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2010-03-31 05:53:34 UTC
  • Revision ID: brian@gaz-20100331055334-yqqmzlgqb2xq1p5b
Mass overhaul to use schema_identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
 
135
135
void ArchiveEngine::doGetTableNames(drizzled::CachedDirectory &directory, 
136
 
                                    string&, 
 
136
                                    SchemaIdentifier&,
137
137
                                    set<string>& set_of_names)
138
138
{
139
139
  drizzled::CachedDirectory::Entries entries= directory.getEntries();