~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_select.cc

MergedĀ fromĀ trunk.

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