1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-12 20:49:12 +03:00

Bug fix: charset was not initialized

This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-05-20 21:56:27 +05:00
parent 65eb2e9f78
commit ba963bb64d
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ public:
String(uint32 length_arg)
{
alloced=0; Alloced_length=0; (void) real_alloc(length_arg);
str_charset=default_charset_info;
}
String(const char *str, CHARSET_INFO *cs)
{