~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2005 PrimeBase Technologies GmbH
 
1
/* Copyright (C) 2005 PrimeBase Technologies GmbH
2
2
 *
3
3
 * Derived from ha_example.h
4
4
 * Copyright (C) 2003 MySQL AB
101
101
        /* override */ uint32_t max_supported_keys(void) const { return UINT32_MAX; }
102
102
        /* override */ uint32_t max_supported_key_part_length(void) const { return MAX_KEY_LENGTH; }
103
103
 
104
 
        /* override */ void doGetTableIdentifiers(drizzled::CachedDirectory&,
105
 
                                           const drizzled::SchemaIdentifier&,
106
 
                                           drizzled::TableIdentifiers&) {}
 
104
        /* override */ void doGetTableIdentifiers(drizzled::CachedDirectory&,
 
105
                                                  const drizzled::SchemaIdentifier&,
 
106
                                                  drizzled::TableIdentifier::vector&) {}
107
107
 
108
108
        /* override */ bool doDoesTableExist(Session&, const TableIdentifier &identifier);
109
109