Skip to content

Commit c0ce9b6

Browse files
dveedensilvakid
authored andcommitted
[PATCH] Extend documentation for mysqlx_column_get_collation()
1 parent d5d2f9b commit c0ce9b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/mysqlx/xapi.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,9 @@ mysqlx_column_get_type(mysqlx_result_t *res, uint32_t pos);
28362836
@param res result handle
28372837
@param pos zero-based column number
28382838
2839-
@return column collation number. TODO: specify these
2839+
@return column collation number. The number matches the ID
2840+
in the INFORMATION_SCHEMA.COLLATIONS table.
2841+
@see https://dev.mysql.com/doc/mysql/en/collations-table.html
28402842
28412843
@ingroup xapi_md
28422844
*/

0 commit comments

Comments
 (0)