~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2010-03-31 05:53:34 UTC
  • Revision ID: brian@gaz-20100331055334-yqqmzlgqb2xq1p5b
Mass overhaul to use schema_identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                           message::Table &table_message);
98
98
 
99
99
  /* Temp only engine, so do not return values. */
100
 
  void doGetTableNames(CachedDirectory &, string& , set<string>&) { };
 
100
  void doGetTableNames(CachedDirectory &, SchemaIdentifier& , set<string>&) { };
101
101
 
102
102
  uint32_t max_supported_keys()          const { return MAX_KEY; }
103
103
  uint32_t max_supported_key_part_length() const { return MAX_KEY_LENGTH; }