~brianaker/drizzle/timestamp

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Lee Bieber
  • Date: 2011-02-10 01:09:23 UTC
  • mfrom: (2152.2.1 alter-table)
  • Revision ID: kalebral@gmail.com-20110210010923-mbwuwow0nudk7ryh
Merge Brian - more parser rework

Show diffs side-by-side

added added

removed removed

Lines of Context:
860
860
  uint64_t limit_found_rows;
861
861
  uint64_t options; /**< Bitmap of options */
862
862
  int64_t row_count_func; /**< For the ROW_COUNT() function */
 
863
 
 
864
  int64_t rowCount() const
 
865
  {
 
866
    return row_count_func;
 
867
  }
 
868
 
863
869
  ha_rows cuted_fields; /**< Count of "cut" or truncated fields. @todo Kill this friggin thing. */
864
870
 
865
871
  /**