~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-10-06 18:22:02 UTC
  • mto: (1818.1.1 build) (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: mordred@inaugust.com-20101006182202-bzj2dpg6gnmbgghh
Fixed some more ICC warnings. How did I get started on this this morning?

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        /* override */ int doCommit(drizzled::Session*, bool);
99
99
        /* override */ int doRollback(drizzled::Session*, bool);
100
100
 
101
 
        /* override */ uint32_t max_supported_keys(void) const { return -1; }
 
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
104
        /* override */ void doGetTableIdentifiers(drizzled::CachedDirectory&,