mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
b8798d25ab
commit
8dbfebc728
4 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue