~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-04-27 14:36:40 UTC
  • Revision ID: brian@gaz-20090427143640-f6zjmtt9vm55qgm2
Patch on show processlist from  davi@apache.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
  THR_LOCK_OWNER *lock_id;              // If not main_lock_id, points to
439
439
                                        // the lock_id of a cursor.
440
440
  pthread_mutex_t LOCK_delete;          // Locked before session is deleted
441
 
  char process_list_info[PROCESS_LIST_WIDTH];
 
441
  /*
 
442
    A peek into the query string for the session. This is a best effort
 
443
    delivery, there is no guarantee whether the content is meaningful.
 
444
  */
 
445
  char process_list_info[PROCESS_LIST_WIDTH+1];
442
446
  /*
443
447
    A pointer to the stack frame of handle_one_connection(),
444
448
    which is called first in the thread for handling a client