summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-06-16 23:11:02 +0400
committerkonstantin@mysql.com <>2004-06-16 23:11:02 +0400
commite9f2c7d478e5a31488ff01aaa832fc450c6b4590 (patch)
treebebc33ab679dbce4faa40b77ab8192f7d1527fac /include/mysql.h
parent3ac650c86f410502bcea0a17d64428f44e183765 (diff)
downloadmariadb-git-e9f2c7d478e5a31488ff01aaa832fc450c6b4590.tar.gz
Comments and cleanups in client library.
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 71bff833d59..39b9b7da000 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -558,7 +558,7 @@ typedef struct st_mysql_bind
enum enum_field_types buffer_type; /* buffer type */
unsigned long buffer_length; /* buffer length, must be set for str/binary */
- /* Following are for internal use. Set by mysql_bind_param */
+ /* Following are for internal use. Set by mysql_stmt_bind_param */
unsigned char *inter_buffer; /* for the current data position */
unsigned long offset; /* offset position for char/binary fetch */
unsigned long internal_length; /* Used if length is 0 */