~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.cc

  • Committer: Eric Herman
  • Date: 2008-12-06 22:41:26 UTC
  • mto: (656.1.8 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: eric@mysql.com-20081206224126-lw8opdmpioz77o1p
trailing whitespace fixup

Show diffs side-by-side

added added

removed removed

Lines of Context:
9451
9451
  bool found_null= false;
9452
9452
  int result= HA_ERR_KEY_NOT_FOUND;
9453
9453
  basic_string<unsigned char> max_key;
9454
 
  
 
9454
 
9455
9455
  max_key.reserve(real_prefix_len + min_max_arg_len);
9456
9456
 
9457
9457
  assert(min_max_ranges.elements > 0);