From 91457448c29e4d6a23583fb8fd35ad763b2d93da Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Wed, 15 Dec 2004 01:37:22 +0300 Subject: A fix of return value of mysql_stmt_bind_result() and cleanup. --- include/errmsg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/errmsg.h') diff --git a/include/errmsg.h b/include/errmsg.h index 6115b24a3d8..96977227666 100644 --- a/include/errmsg.h +++ b/include/errmsg.h @@ -90,3 +90,4 @@ extern const char *client_errors[]; /* Error messages */ #define CR_SECURE_AUTH 2049 #define CR_FETCH_CANCELED 2050 #define CR_NO_DATA 2051 +#define CR_NO_STMT_METADATA 2052 -- cgit v1.2.1