summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-11-14 00:26:40 +0200
committerbell@sanja.is.com.ua <>2002-11-14 00:26:40 +0200
commitb724f02cd497659fd03311c2572ac37a011549ab (patch)
tree0cff6f15455fc133d757f6e2fc539e63b0e67b2f /include/mysqld_error.h
parentf628df0768911d30c7a2342e9ac2d2f0c047c1c7 (diff)
parent41d9311621914c61382b1733c714a423f618ba8e (diff)
downloadmariadb-git-b724f02cd497659fd03311c2572ac37a011549ab.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
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 125059af7fd..456d675a045 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -259,4 +259,5 @@
#define ER_SUBSELECT_NO_1_ROW 1240
#define ER_UNKNOWN_STMT_HANDLER 1241
#define ER_CORRUPT_HELP_DB 1242
-#define ER_ERROR_MESSAGES 243
+#define ER_CYCLIC_REFERENCE 1243
+#define ER_ERROR_MESSAGES 244