diff options
author | jimw@mysql.com <> | 2005-07-26 18:08:49 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-07-26 18:08:49 -0700 |
commit | 0536bd6679accf8f168efe1b9d512db42ae5c433 (patch) | |
tree | 0b255fa282c6caf7c049b919090d9116dcc699b6 /sql/sp.h | |
parent | d503283863ba3534f3cf221bef1ac7bcdd0dee7c (diff) | |
download | mariadb-git-0536bd6679accf8f168efe1b9d512db42ae5c433.tar.gz |
Increase allowed size of stored procedure bodies to 4GB, and
produce a sensible error when that limit is exceeded. (Bug #11602)
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #define SP_INTERNAL_ERROR -7 #define SP_NO_DB_ERROR -8 #define SP_BAD_IDENTIFIER -9 +#define SP_BODY_TOO_LONG -10 /* Drop all routines in database 'db' */ int |