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

@@ -95,7 +95,7 @@ namespace mrn {
grn_obj *normalizer = find_grn_normalizer();
int flags = 0;
grn_encoding original_encoding = GRN_CTX_GET_ENCODING(ctx_);
encoding::set(ctx_, field_->charset());
encoding::set_raw(ctx_, field_->charset());
grn_obj *grn_string = grn_string_open(ctx_, string, string_length,
normalizer, flags);
GRN_CTX_SET_ENCODING(ctx_, original_encoding);