~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Andrew Hutchings
  • Date: 2010-12-09 13:38:33 UTC
  • mto: This revision was merged to the branch mainline in revision 2006.
  • Revision ID: andrew@linuxjedi.co.uk-20101209133833-wzy2u3d9z4pmd4ji
Add admin connection to client/server protocols

Show diffs side-by-side

added added

removed removed

Lines of Context:
862
862
    return &_killed;
863
863
  }
864
864
 
 
865
  bool is_admin_connection;
865
866
  bool some_tables_deleted;
866
867
  bool no_errors;
867
868
  bool password;