summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r--include/mysqld_error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index f12cdda257a..4304235055f 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -323,4 +323,5 @@
#define ER_SP_UNDECLARED_VAR 1304
#define ER_SP_WRONG_NO_OF_FETCH_ARGS 1305
#define ER_SP_FETCH_NO_DATA 1306
-#define ER_ERROR_MESSAGES 307
+#define ER_SP_DUP_THING 1307
+#define ER_ERROR_MESSAGES 308