~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • 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:
464
464
    This allows us to move Session to different threads if needed.
465
465
  */
466
466
  mysys_var->id= thread_id;
467
 
  real_id= pthread_self();                      // For debugging
468
467
 
469
468
  /*
470
469
    We have to call thr_lock_info_init() again here as Session may have been