diff options
author | guilhem@mysql.com <> | 2004-11-11 00:00:17 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-11-11 00:00:17 +0100 |
commit | 09da85338cdc7e61507a3f0a638c4eb25db2c325 (patch) | |
tree | aafff7bf511a7741acffdfd561509e1fcd7f6805 /include | |
parent | 9d2c6089f431c3711d313d43f4baf9ceee0c87c5 (diff) | |
download | mariadb-git-09da85338cdc7e61507a3f0a638c4eb25db2c325.tar.gz |
no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR and hardcoded message string instead.
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 67c2b0aba73..776869ff045 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -319,5 +319,4 @@ #define ER_INVALID_CHARACTER_STRING 1300 #define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301 #define ER_CONFLICTING_DECLARATIONS 1302 -#define ER_NO_CONS_READ_ENGINE 1303 -#define ER_ERROR_MESSAGES 304 +#define ER_ERROR_MESSAGES 303 |