~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

  • 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:
109
109
    */
110
110
    return 0;
111
111
  }
112
 
  uint32_t max_record_length() const { return HA_MAX_REC_LENGTH; }
113
 
  uint32_t max_keys()          const { return 0; }
114
 
  uint32_t max_key_parts()     const { return 0; }
115
 
  uint32_t max_key_length()    const { return 0; }
116
112
  /*
117
113
     Called in test_quick_select to determine if indexes should be used.
118
114
   */