diff options
author | bell@sanja.is.com.ua <> | 2002-11-14 00:26:18 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-11-14 00:26:18 +0200 |
commit | 41d9311621914c61382b1733c714a423f618ba8e (patch) | |
tree | d888a4517004a1a442146f5d6b8c8ca5fa2515dc /include/mysqld_error.h | |
parent | 9ef972fd2cb8e0b147ebc8068299a32f4ea528b6 (diff) | |
download | mariadb-git-41d9311621914c61382b1733c714a423f618ba8e.tar.gz |
fixed cyclic reference bug
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 3 |
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 |