~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.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:
104
104
  bool doDoesTableExist(Session& session, const TableIdentifier &identifier);
105
105
  void doGetTableIdentifiers(CachedDirectory &directory,
106
106
                             const SchemaIdentifier &schema_identifier,
107
 
                             TableIdentifiers &set_of_identifiers);
 
107
                             TableIdentifier::vector &set_of_identifiers);
108
108
};
109
109
 
110
110
void HeapEngine::doGetTableIdentifiers(CachedDirectory&,
111
111
                                       const SchemaIdentifier&,
112
 
                                       TableIdentifiers&)
 
112
                                       TableIdentifier::vector&)
113
113
{
114
114
}
115
115