~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

Merged trunk.

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
   */