~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 16:07:49 UTC
  • mfrom: (80.1.1 food)
  • Revision ID: brian@tangent.org-20080707160749-qj89fnnwufz4xgop
Clean up install, we no longer have system tables.

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