diff options
author | konstantin@mysql.com <> | 2004-12-15 01:37:22 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-12-15 01:37:22 +0300 |
commit | 91457448c29e4d6a23583fb8fd35ad763b2d93da (patch) | |
tree | f6691f78f66d284205393bb523fdc5586ae82c81 /include/errmsg.h | |
parent | a2a3d82e62d83ce8fc5d2be6cae2e4532ca6482f (diff) | |
download | mariadb-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.h | 1 |
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 |