~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtcollation.h

Remove dead memset call.

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.