summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-12-18 16:44:24 -0200
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-12-18 16:44:24 -0200
commit61ae92889808c3c38c5e449e36fc30f89e8e3f23 (patch)
tree8cb3e4210dd5da0c3cec217f0e5008ee9104715b /sql/sp_pcontext.h
parentf815246486444ca2dc5d408099439e1d973d3a7b (diff)
parent06a1df91813ea2c39f7312bcf8af972c7e8a926f (diff)
downloadmariadb-git-61ae92889808c3c38c5e449e36fc30f89e8e3f23.tar.gz
Manual merge.
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r--sql/sp_pcontext.h2
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;