~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/system_variables.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 09:51:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808095116-hnodu1sdn0vezgfn
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  /* Both charset and collation parts of these variables are important */
83
83
  const charset_info_st *collation_server;
84
84
 
85
 
  inline const charset_info_st  *getCollation(void) 
 
85
  const charset_info_st* getCollation() const
86
86
  {
87
87
    return collation_server;
88
88
  }