~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtcollation.h

  • Committer: Brian Aker
  • Date: 2010-07-09 20:51:34 UTC
  • mfrom: (1643.4.3 drizzle)
  • Revision ID: brian@gaz-20100709205134-ru4s0889youfrmm5
Merge of Patrick

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.