summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-04-07 00:18:33 +0200
committerunknown <serg@serg.mysql.com>2001-04-07 00:18:33 +0200
commit7006b51823cc6c1f69f42f3c1599385414e6c5b4 (patch)
treeea2aec8b968cfcac8454af4f7651fb7718a0a3fd /sql/Makefile.am
parent50007b28e9d472c363ec3e516975769567fb99ef (diff)
downloadmariadb-git-7006b51823cc6c1f69f42f3c1599385414e6c5b4.tar.gz
Preliminary commit of HANDLER syntax (w/o LIMIT or column-list)
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 7ddb88f26ed..5114ff581f7 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -54,7 +54,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sql_select.h structs.h table.h sql_udf.h hash_filo.h\
lex.h lex_symbol.h sql_acl.h sql_crypt.h md5.h \
log_event.h mini_client.h sql_repl.h slave.h
-mysqld_SOURCES = sql_lex.cc \
+mysqld_SOURCES = sql_lex.cc sql_handler.cc \
item.cc item_sum.cc item_buff.cc item_func.cc \
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \
thr_malloc.cc item_create.cc \