~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Brian Aker
  • Date: 2008-12-24 02:06:33 UTC
  • Revision ID: brian@tangent.org-20081224020633-sbe7ca5yvo8yj5d3
Removal of client side collation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
696
696
 
697
697
const CHARSET_INFO *Item::default_charset()
698
698
{
699
 
  return current_session->variables.collation_connection;
 
699
  return current_session->variables.getCollation();
700
700
}
701
701
 
702
702