~patrick-crews/drizzle/bug644529-test

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_pbxt.h

  • Committer: lbieber
  • Date: 2010-09-16 20:45:57 UTC
  • mfrom: (1769.1.1 build-1)
  • Revision ID: lbieber@orisndriz08-20100916204557-4gie7uypifxoujhp
Merge Brian - IO cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
                                           const drizzled::SchemaIdentifier&,
103
103
                                           drizzled::TableIdentifiers&) {}
104
104
 
105
 
        /* override */ void doGetTableNames(CachedDirectory&, 
106
 
                                        const SchemaIdentifier&, 
107
 
                                        std::set<std::string>&) {}
108
 
 
109
105
        /* override */ bool doDoesTableExist(Session&, const TableIdentifier &identifier);
110
106
 
111
107
        ~PBXTStorageEngine();