~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-04-09 05:42:03 UTC
  • mfrom: (984 merge)
  • mto: (971.1.63 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: osullivan.padraig@gmail.com-20090409054203-c1n4db8u3aprsyox
MergeĀ fromĀ trunk.

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);