This commit is contained in:
bar@mysql.com 2005-01-17 12:30:12 +04:00
commit 3d4714424c

View File

@ -1906,6 +1906,7 @@ b1: str->append((char)(num>>8));
#endif
str->append((char)num);
}
str->set_charset(collation.collation);
str->realloc(str->length()); // Add end 0 (for Purify)
return str;
}