42
39
void set(DTCollation &dt);
43
40
void set(const CHARSET_INFO * const collation_arg,
44
41
Derivation derivation_arg);
48
42
void set(const CHARSET_INFO * const collation_arg);
49
43
void set(Derivation derivation_arg);
50
44
bool set(DTCollation &dt1, DTCollation &dt2, uint32_t flags= 0);