diff options
author | ram@gw.mysql.r18.ru <> | 2004-02-03 14:35:24 +0400 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-02-03 14:35:24 +0400 |
commit | c4728c276a88ef9d80f6cc9b129dda51ba9d347a (patch) | |
tree | 6feecf6c709763c096461a025358cc0a5abcf3fa /libmysqld | |
parent | 8eb590a71ec484146432cf6ae37d51fe4e6f814b (diff) | |
download | mariadb-git-c4728c276a88ef9d80f6cc9b129dda51ba9d347a.tar.gz |
Code cleanup:
we don't need opt_range.h and opt_range.cc files at all.
Diffstat (limited to 'libmysqld')
-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 f9e73d1e219..da58a711d22 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -46,7 +46,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc \ item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc\ key.cc lock.cc log.cc log_event.cc sql_state.c \ - protocol.cc net_serv.cc opt_ft.cc opt_range.cc \ + protocol.cc net_serv.cc opt_range.cc \ opt_sum.cc procedure.cc records.cc sql_acl.cc \ sql_load.cc sql_olap.cc \ sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc \ |