~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
976
976
  void fatal_error();
977
977
  bool is_error() const;
978
978
 
979
 
  inline const CHARSET_INFO *charset() { return default_charset_info; }
 
979
  inline const charset_info_st *charset() { return default_charset_info; }
980
980
 
981
981
  /**
982
982
    Cleanup statement parse state (parse tree, lex) and execution