mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Update Mroonga to the latest version on 2014-10-21T04:51:38+0900
This commit is contained in:
@@ -69,7 +69,7 @@ static my_bool mrn_snippet_prepare(st_mrn_snip_info *snip_info, UDF_ARGS *args,
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
if (!mrn::encoding::set(ctx, cs)) {
|
||||
if (!mrn::encoding::set_raw(ctx, cs)) {
|
||||
snprintf(message, MYSQL_ERRMSG_SIZE,
|
||||
"Unsupported charset: <%s>", cs->name);
|
||||
goto error;
|
||||
|
Reference in New Issue
Block a user