~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2008-12-16 05:27:55 UTC
  • Revision ID: brian@tangent.org-20081216052755-jp62skyl1qb2yza3
Cleaning up session class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1557
1557
  */
1558
1558
  void pop_internal_handler();
1559
1559
 
 
1560
  /**
 
1561
    Close the current connection.
 
1562
  */
 
1563
  void close_connection(uint32_t errcode, bool lock);
 
1564
 
1560
1565
private:
1561
1566
  const char *proc_info;
1562
1567