~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Joe Daly
  • Date: 2010-06-25 03:22:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1656.
  • Revision ID: skinny.moey@gmail.com-20100625032255-bzj84xre67qldfpi
initial user stats impl

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
  HASH user_vars; /**< Hash of user variables defined during the session's lifetime */
384
384
  struct system_variables variables; /**< Mutable local variables local to the session */
385
385
  struct system_status_var status_var; /**< Session-local status counters */
386
 
  struct system_status_var *initial_status_var; /* used by show status */
387
386
  THR_LOCK_INFO lock_info; /**< Locking information for this session */
388
387
  THR_LOCK_OWNER main_lock_id; /**< To use for conventional queries */
389
388
  THR_LOCK_OWNER *lock_id; /**< If not main_lock_id, points to the lock_id of a cursor. */