~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2009-12-01 01:54:04 UTC
  • mto: (1234.1.4 push)
  • mto: This revision was merged to the branch mainline in revision 1235.
  • Revision ID: brian@gaz-20091201015404-19qmqriauoeve2x5
Move max key stuff up to engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  /* Temp only engine, so do not return values. */
92
92
  void doGetTableNames(CachedDirectory &, string& , set<string>&) { };
93
93
 
 
94
  uint32_t max_supported_keys()          const { return MAX_KEY; }
 
95
  uint32_t max_supported_key_part_length() const { return MAX_KEY_LENGTH; }
94
96
};
95
97
 
96
98
int HeapEngine::doGetTableDefinition(Session&,