22
22
#include <drizzled/function/str/weight_string.h>
24
28
void Item_func_weight_string::fix_length_and_dec()
26
30
const CHARSET_INFO * const cs= args[0]->collation.collation;
27
31
collation.set(&my_charset_bin, args[0]->collation.derivation);
28
32
flags= my_strxfrm_flag_normalize(flags, cs->levels_for_order);