Merge
This commit is contained in:
commit
3d4714424c
@ -1906,6 +1906,7 @@ b1: str->append((char)(num>>8));
|
|||||||
#endif
|
#endif
|
||||||
str->append((char)num);
|
str->append((char)num);
|
||||||
}
|
}
|
||||||
|
str->set_charset(collation.collation);
|
||||||
str->realloc(str->length()); // Add end 0 (for Purify)
|
str->realloc(str->length()); // Add end 0 (for Purify)
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user