From e66b74059812d5b7fc898fc370166c878fd635ed Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 May 2004 23:23:49 +0300 Subject: file parser for new .frm include/my_sys.h: names for get_date format flags include/mysqld_error.h: error of parser libmysqld/Makefile.am: parser file added mysys/mf_getdate.c: function comment for get_date() 2 new flags added names for get_date format flags sql/Makefile.am: parser file added sql/mysql_priv.h: parser file added sql/share/czech/errmsg.txt: file parser errors sql/share/danish/errmsg.txt: file parser errors sql/share/dutch/errmsg.txt: file parser errors sql/share/english/errmsg.txt: file parser errors sql/share/estonian/errmsg.txt: file parser errors sql/share/french/errmsg.txt: file parser errors sql/share/german/errmsg.txt: file parser errors sql/share/greek/errmsg.txt: file parser errors sql/share/hungarian/errmsg.txt: file parser errors sql/share/italian/errmsg.txt: file parser errors sql/share/japanese/errmsg.txt: file parser errors sql/share/korean/errmsg.txt: file parser errors sql/share/norwegian-ny/errmsg.txt: file parser errors sql/share/norwegian/errmsg.txt: file parser errors sql/share/polish/errmsg.txt: file parser errors sql/share/portuguese/errmsg.txt: file parser errors sql/share/romanian/errmsg.txt: file parser errors sql/share/russian/errmsg.txt: file parser errors sql/share/serbian/errmsg.txt: file parser errors sql/share/slovak/errmsg.txt: file parser errors sql/share/spanish/errmsg.txt: file parser errors sql/share/swedish/errmsg.txt: file parser errors sql/share/ukrainian/errmsg.txt: file parser errors BitKeeper/etc/ignore: Added libmysqld/parse_file.cc to the ignore list --- include/mysqld_error.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/mysqld_error.h') diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 3212104dcc6..e81986cdad3 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -348,4 +348,9 @@ #define ER_SP_VARCOND_AFTER_CURSHNDLR 1329 #define ER_SP_CURSOR_AFTER_HANDLER 1330 #define ER_SP_CASE_NOT_FOUND 1331 -#define ER_ERROR_MESSAGES 332 +#define ER_FPARSER_TOO_BIG_FILE 1332 +#define ER_FPARSER_BAD_HEADER 1333 +#define ER_FPARSER_EOF_IN_COMMENT 1334 +#define ER_FPARSER_ERROR_IN_PARAMETER 1335 +#define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1336 +#define ER_ERROR_MESSAGES 337 -- cgit v1.2.1