summaryrefslogtreecommitdiff
path: root/include/errmsg.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-12-15 01:37:22 +0300
committerkonstantin@mysql.com <>2004-12-15 01:37:22 +0300
commit91457448c29e4d6a23583fb8fd35ad763b2d93da (patch)
treef6691f78f66d284205393bb523fdc5586ae82c81 /include/errmsg.h
parenta2a3d82e62d83ce8fc5d2be6cae2e4532ca6482f (diff)
downloadmariadb-git-91457448c29e4d6a23583fb8fd35ad763b2d93da.tar.gz
A fix of return value of mysql_stmt_bind_result() and cleanup.
Diffstat (limited to 'include/errmsg.h')
-rw-r--r--include/errmsg.h1
1 files changed, 1 insertions, 0 deletions
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