~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-09-21 09:57:03 UTC
  • Revision ID: brian@tangent.org-20100921095703-622iopd89890rsky
This modifies our thread system to be based on boost, and it fixes a
critical bug where stack size was not being calculated correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
678
678
    create_sort_index(); may differ from examined_row_count.
679
679
  */
680
680
  uint32_t row_count;
681
 
  pthread_t real_id; /**< For debugging */
682
681
  uint64_t thread_id;
683
682
  uint32_t tmp_table;
684
683
  uint32_t global_read_lock;