~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Jay Pipes
  • Date: 2009-06-11 04:17:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1061.
  • Revision ID: jpipes@serialcoder-20090611041743-32gkpdm5gh7eomt3
Removal of dead Field::image_type and st_key_part::image_type member variables.  Legacy from geometry MyISAM types...

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  */
44
44
  uint8_t flag;
45
45
  Field            *field;
46
 
  Field::imagetype image_type;
47
46
} KEY_PART;
48
47
 
49
 
 
50
48
class QUICK_RANGE :public Sql_alloc {
51
49
 public:
52
50
  unsigned char *min_key,*max_key;