diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-12-18 16:44:24 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-12-18 16:44:24 -0200 |
commit | 95e34182fb34f84a6606d3726cf12ba397d039d8 (patch) | |
tree | 8cb3e4210dd5da0c3cec217f0e5008ee9104715b /sql/sp_pcontext.h | |
parent | fa438192dbedf7db69b44bde93e3b29d3cb0fa93 (diff) | |
parent | c2fb2a9a620df1d7c95cc5bfec9c31cdc476d962 (diff) | |
download | mariadb-git-95e34182fb34f84a6606d3726cf12ba397d039d8.tar.gz |
Manual merge.
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r-- | sql/sp_pcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h index 3145ba2fea4..75e55880e60 100644 --- a/sql/sp_pcontext.h +++ b/sql/sp_pcontext.h @@ -71,7 +71,7 @@ typedef struct sp_label typedef struct sp_cond_type { enum { number, state, warning, notfound, exception } type; - char sqlstate[6]; + char sqlstate[SQLSTATE_LENGTH+1]; uint mysqlerr; } sp_cond_type_t; |