diff options
author | vva@genie.(none) <> | 2002-10-28 17:44:19 +0400 |
---|---|---|
committer | vva@genie.(none) <> | 2002-10-28 17:44:19 +0400 |
commit | 9adf688be6bf5b73d39b58086c7756979d7053b1 (patch) | |
tree | 79f4355d0503e7a386a562644189da5ab9c08b60 /sql/Makefile.am | |
parent | 7777d2b819f05281d98cffcd15fdd0e166d0f391 (diff) | |
download | mariadb-git-9adf688be6bf5b73d39b58086c7756979d7053b1.tar.gz |
add help command on server side
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 606cc3ec7c0..09fedd393c2 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -84,7 +84,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \ slave.cc sql_repl.cc sql_union.cc sql_derived.cc \ mini_client.cc mini_client_errors.c \ stacktrace.c repl_failsafe.h repl_failsafe.cc sql_olap.cc\ - gstream.cc spatial.cc + gstream.cc spatial.cc sql_help.cc gen_lex_hash_SOURCES = gen_lex_hash.cc gen_lex_hash_LDADD = $(LDADD) $(CXXLDFLAGS) |