2162
2162
int STDCALL drizzle_set_character_set(DRIZZLE *drizzle, const char *cs_name)
2165
2165
const char *save_csdir= charsets_dir;
2167
2167
if (drizzle->options.charset_dir)
2168
2168
charsets_dir= drizzle->options.charset_dir;
2170
2170
if (strlen(cs_name) < MY_CS_NAME_SIZE &&
2173
2173
char buff[MY_CS_NAME_SIZE + 10];
2174
2174
charsets_dir= save_csdir;