~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-01-17 00:52:59 UTC
  • Revision ID: brian@gir-3.local-20090117005259-goyecyq0tpi9irnb
Pass through on refactoring functions to clases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1471
1471
    Close the current connection.
1472
1472
  */
1473
1473
  void close_connection(uint32_t errcode, bool lock);
 
1474
  void close_temporary_tables();
1474
1475
 
1475
1476
private:
1476
1477
  const char *proc_info;