~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-01-22 23:52:45 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090122235245-86jal8k1zku98lfd
Detangle more of the session object

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
/* Classes in mysql */
25
25
 
26
26
#include <drizzled/global.h>
27
 
#include <drizzled/log.h>
28
27
#include <drizzled/protocol.h>
29
28
#include <libdrizzle/password.h>     // rand_struct
30
29
#include <drizzled/sql_locale.h>
1162
1161
  bool       derived_tables_processing;
1163
1162
  bool    tablespace_op;        /* This is true in DISCARD/IMPORT TABLESPACE */
1164
1163
 
1165
 
  /*
1166
 
    If we do a purge of binary logs, log index info of the threads
1167
 
    that are currently reading it needs to be adjusted. To do that
1168
 
    each thread that is using LOG_INFO needs to adjust the pointer to it
1169
 
  */
1170
 
  LOG_INFO*  current_linfo;
1171
 
  NET*       slave_net;                 // network connection from slave -> m.
1172
1164
  /* Used by the sys_var class to store temporary values */
1173
1165
  union
1174
1166
  {