~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtcollation.h

  • Committer: Brian Aker
  • Date: 2010-06-04 00:00:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1600.
  • Revision ID: brian@gir-2.local-20100604000032-h9ctx80lwxe26vk2
Factor out conversion of charset (since we don't have more then one...).

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                                        Item **items, uint32_t nitems,
95
95
                                        uint32_t flags);
96
96
 
97
 
/**
 
97
/*
 
98
 
 
99
 @note In Drizzle we have just one charset, so no conversion is required (though collation may).
 
100
 
98
101
  Collect arguments' character sets together.
99
102
 
100
103
  We allow to apply automatic character set conversion in some cases.