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

@@ -28,7 +28,8 @@
namespace mrn {
namespace encoding {
void init(void);
bool set(grn_ctx *ctx, const CHARSET_INFO *charset);
int set(grn_ctx *ctx, const CHARSET_INFO *charset);
bool set_raw(grn_ctx *ctx, const CHARSET_INFO *charset);
}
}