~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Monty Taylor
  • Date: 2009-12-22 08:48:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091222084852-pitg1nipnf8dxw4f
Made magic with cached_directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
                           drizzled::message::Table *table_proto);
106
106
 
107
107
  /* Temp only engine, so do not return values. */
108
 
  void doGetTableNames(CachedDirectory &, string& , set<string>&) { };
 
108
  void doGetTableNames(drizzled::CachedDirectory &, string& , set<string>&) { };
109
109
 
110
110
  uint32_t max_supported_keys()          const { return MI_MAX_KEY; }
111
111
  uint32_t max_supported_key_length()    const { return MI_MAX_KEY_LENGTH; }