summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <vva@genie.(none)>2002-10-30 17:38:07 +0400
committerunknown <vva@genie.(none)>2002-10-30 17:38:07 +0400
commit8dbfebc728654b7469dea5c17822f2a4e9d0c099 (patch)
tree8de66b223798451df2c168ec3bcf40e6e0be24dd /include
parentb8798d25ab71436bf690ee8ae48285a655c5487e (diff)
downloadmariadb-git-8dbfebc728654b7469dea5c17822f2a4e9d0c099.tar.gz
addition correction for 'help' command
include/mysqld_error.h: change count of error messages libmysqld/Makefile.am: add sql_help.cc sql/sql_help.cc: eliminate warnings sql/sql_yacc.yy: add ';' to end of 'help' command
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 7fb741e5be2..125059af7fd 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -259,4 +259,4 @@
#define ER_SUBSELECT_NO_1_ROW 1240
#define ER_UNKNOWN_STMT_HANDLER 1241
#define ER_CORRUPT_HELP_DB 1242
-#define ER_ERROR_MESSAGES 242
+#define ER_ERROR_MESSAGES 243