mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Merge branch '10.11' into 11.0
This commit is contained in:
commit
48af85db21
599 changed files with 15062 additions and 9107 deletions
|
|
@ -1640,7 +1640,7 @@ GRN_API int grn_charlen(grn_ctx *ctx, const char *str, const char *end);
|
|||
GRN_API grn_rc grn_ctx_push(grn_ctx *ctx, grn_obj *obj);
|
||||
GRN_API grn_obj *grn_ctx_pop(grn_ctx *ctx);
|
||||
|
||||
GRN_API int grn_obj_columns(grn_ctx *ctx, grn_obj *table,
|
||||
GRN_API grn_rc grn_obj_columns(grn_ctx *ctx, grn_obj *table,
|
||||
const char *str, unsigned int str_size, grn_obj *res);
|
||||
|
||||
GRN_API grn_rc grn_load(grn_ctx *ctx, grn_content_type input_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue