~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-07-04 20:54:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1644.
  • Revision ID: mordred@inaugust.com-20100704205435-a45vos18pllpbm3f
Fix two signature change releated merge issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        /* override */ uint32_t max_supported_key_part_length(void) const { return MAX_KEY_LENGTH; }
100
100
 
101
101
        /* override */ void doGetTableIdentifiers(drizzled::CachedDirectory&,
102
 
                                           drizzled::SchemaIdentifier&,
 
102
                                           const drizzled::SchemaIdentifier&,
103
103
                                           drizzled::TableIdentifiers&) {}
104
104
 
105
105
        /* override */ void doGetTableNames(CachedDirectory&, 
106
 
                                        SchemaIdentifier&, 
 
106
                                        const SchemaIdentifier&, 
107
107
                                        std::set<std::string>&) {}
108
108
 
109
109
        /* override */ bool doDoesTableExist(Session&, const TableIdentifier &identifier);