~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-12-24 07:53:15 UTC
  • mfrom: (2024.1.3 clean)
  • Revision ID: brian@tangent.org-20101224075315-qiwlw4rc1bwx1p2m
MergeĀ inĀ CAST.

Show diffs side-by-side

added added

removed removed

Lines of Context:
857
857
    create_sort_index(); may differ from examined_row_count.
858
858
  */
859
859
  uint32_t row_count;
 
860
 
 
861
  uint32_t getRowCount() const
 
862
  {
 
863
    return row_count;
 
864
  }
 
865
 
860
866
  session_id_t thread_id;
861
867
  uint32_t tmp_table;
862
868
  enum global_read_lock_t