From 164e6156cb17c932cfa71c84f9e67a45827c240a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 16 Dec 2018 12:59:08 +0100 Subject: [PATCH] Link to information about how to decode the bytes received by mysqlx_get_bytes() --- include/mysqlx/xapi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mysqlx/xapi.h b/include/mysqlx/xapi.h index 15845e12..2aef45a1 100644 --- a/include/mysqlx/xapi.h +++ b/include/mysqlx/xapi.h @@ -2452,6 +2452,7 @@ mysqlx_get_auto_increment_value(mysqlx_result_t *res); fetched after the last call to the function; `RESULT_ERR` - on error + @see https://dev.mysql.com/doc/dev/mysql-server/latest/mysqlx_protocol_messages.html#Mysqlx_Resultset_ColumnMetaData @ingroup xapi_res */