~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-01-24 13:22:10 UTC
  • Revision ID: brian@gir-3.local-20090124132210-kdoac6t6ztyp3crc
Move number of threads to use for pool of threads to module. Removed slave
thrad cheats from session object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1108
1108
  /* scramble - random string sent to client on handshake */
1109
1109
  char       scramble[SCRAMBLE_LENGTH+1];
1110
1110
 
1111
 
  bool       slave_thread;
1112
1111
  bool       some_tables_deleted;
1113
1112
  bool       last_cuted_field;
1114
1113
  bool       no_errors, password;