~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/system_variables.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

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
  }