~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.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:
120
120
                           message::Table &table_message);
121
121
 
122
122
  /* Temp only engine, so do not return values. */
123
 
  void doGetTableNames(CachedDirectory &, string& , set<string>&) { };
 
123
  void doGetTableNames(CachedDirectory &, SchemaIdentifier &, set<string>&) { };
124
124
 
125
125
  uint32_t max_supported_keys()          const { return MI_MAX_KEY; }
126
126
  uint32_t max_supported_key_length()    const { return MI_MAX_KEY_LENGTH; }