~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-12-24 00:35:17 UTC
  • mto: (2024.1.3 clean)
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: brian@tangent.org-20101224003517-5sj0gpm4iectquxs
Merge in CAST operators for SIGNED/UNSIGNED

Show diffs side-by-side

added added

removed removed

Lines of Context:
851
851
    create_sort_index(); may differ from examined_row_count.
852
852
  */
853
853
  uint32_t row_count;
 
854
 
 
855
  uint32_t getRowCount() const
 
856
  {
 
857
    return row_count;
 
858
  }
 
859
 
854
860
  session_id_t thread_id;
855
861
  uint32_t tmp_table;
856
862
  enum global_read_lock_t