~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.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:
152
152
  void doGetTableNames(CachedDirectory &, string& , set<string>&) { };
153
153
 
154
154
  int doDropTable(Session&, const string table_path);
 
155
 
 
156
  uint32_t max_keys()          const { return 0; }
 
157
  uint32_t max_key_parts()     const { return 0; }
 
158
  uint32_t max_key_length()    const { return 0; }
155
159
};
156
160
 
157
161
int Tina::doDropTable(Session&,