~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-04-09 01:50:49 UTC
  • mfrom: (971.3.21 eday-dev)
  • Revision ID: brian@gaz-20090409015049-ohyn58r972hkccj2
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
 
427
427
  MEM_ROOT warn_root;                   // For warnings and errors
428
428
  Protocol *protocol;                   // Current protocol
429
 
  Protocol_text   protocol_text;        // Normal protocol
430
429
  char    compression;
431
430
  HASH    user_vars;                    // hash for user variables
432
431
  String  packet;                       // dynamic buffer for network I/O
807
806
  */
808
807
  Lex_input_stream *m_lip;
809
808
 
810
 
  Session();
 
809
  Session(Protocol *protocol_arg);
811
810
  ~Session();
812
811
 
813
812
  void init(void);