~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_select.cc

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1994
1994
 
1995
1995
  unit->offset_limit_cnt= (ha_rows)(select_lex->offset_limit ?
1996
1996
                                    select_lex->offset_limit->val_uint() :
1997
 
                                    ULL(0));
 
1997
                                    0ULL);
1998
1998
 
1999
1999
  first_record= 0;
2000
2000