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
This commit is contained in:
unknown 2002-10-30 17:38:07 +04:00
commit 8dbfebc728
4 changed files with 9 additions and 9 deletions

View file

@ -56,7 +56,7 @@ sqlsources = convert.cc derror.cc field.cc field_conv.cc filesort.cc \
sql_string.cc sql_table.cc sql_test.cc sql_udf.cc \
sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc \
unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \
spatial.cc gstream.cc
spatial.cc gstream.cc sql_help.cc
EXTRA_DIST = lib_vio.c