diff options
author | unknown <vva@genie.(none)> | 2002-10-30 17:38:07 +0400 |
---|---|---|
committer | unknown <vva@genie.(none)> | 2002-10-30 17:38:07 +0400 |
commit | 8dbfebc728654b7469dea5c17822f2a4e9d0c099 (patch) | |
tree | 8de66b223798451df2c168ec3bcf40e6e0be24dd /libmysqld/Makefile.am | |
parent | b8798d25ab71436bf690ee8ae48285a655c5487e (diff) | |
download | mariadb-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 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 2cbf960460f..022a589e304 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -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 |