~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
808
808
  bool       cleanup_done;
809
809
 
810
810
  /**  is set if some thread specific value(s) used in a statement. */
811
 
  bool       thread_specific_used;
812
811
  bool       charset_is_system_charset, charset_is_collation_connection;
813
812
  bool       charset_is_character_set_filesystem;
814
813
  bool       abort_on_warning;