~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2010-09-13 22:31:32 UTC
  • mto: (1768.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1770.
  • Revision ID: brian@tangent.org-20100913223132-fn7kd78sfi5dsnw7
Remove dead call for determining table name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
                           const TableIdentifier &identifier,
127
127
                           message::Table &table_message);
128
128
 
129
 
  /* Temp only engine, so do not return values. */
130
 
  void doGetTableNames(CachedDirectory &, const SchemaIdentifier &, set<string>&) { };
131
 
 
132
129
  uint32_t max_supported_keys()          const { return MI_MAX_KEY; }
133
130
  uint32_t max_supported_key_length()    const { return MI_MAX_KEY_LENGTH; }
134
131
  uint32_t max_supported_key_part_length() const { return MI_MAX_KEY_LENGTH; }