~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-24 15:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: olafvdspek@gmail.com-20110624152506-zivk37gp51e9w84u
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
4224
4224
         one row).  The sorting doesn't matter.
4225
4225
        */
4226
4226
        if (key_part == key_part_end && reverse == 0)
4227
 
          return(1);
 
4227
          return 1;
4228
4228
      }
4229
4229
      else
4230
4230
        return 0;
5073
5073
  cursor->extra(HA_EXTRA_NO_CACHE);
5074
5074
  if (error)
5075
5075
    table->print_error(error,MYF(0));
5076
 
  return(1);
 
5076
  return 1;
5077
5077
}
5078
5078
 
5079
5079
/**