From d6b5b0e59ab25a10b4dce39da9da4aeec9764a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Tue, 18 Dec 2018 13:38:50 +0100 Subject: [PATCH] Extend documentation for mysqlx_column_get_collation() --- include/mysqlx/xapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mysqlx/xapi.h b/include/mysqlx/xapi.h index 15845e12..34a8cba9 100644 --- a/include/mysqlx/xapi.h +++ b/include/mysqlx/xapi.h @@ -2588,7 +2588,9 @@ mysqlx_column_get_type(mysqlx_result_t *res, uint32_t pos); @param res result handle @param pos zero-based column number - @return column collation number. TODO: specify these + @return column collation number. The number matches the ID + in the INFORMATION_SCHEMA.COLLATIONS table. + @see https://dev.mysql.com/doc/mysql/en/collations-table.html @ingroup xapi_md */