113
116
const CHARSET_INFO *StorageEngine::getSchemaCollation(const SchemaIdentifier &identifier)
118
121
found= StorageEngine::getSchemaDefinition(identifier, schmema_proto);
123
126
const CHARSET_INFO* cs= get_charset_by_name(buffer.c_str());
130
130
errmsg_printf(ERRMSG_LVL_ERROR,
132
132
errmsg_printf(ERRMSG_LVL_ERROR, ER(ER_UNKNOWN_COLLATION), buffer.c_str());
134
134
return default_charset_info;