1
0
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:
Kentoku SHIBA
2014-10-21 04:51:38 +09:00
parent 1cdd679ce5
commit 7f3d555087
484 changed files with 6262 additions and 3313 deletions

View File

@@ -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;