diff options
author | andrey@lmy004. <> | 2006-01-10 21:02:19 +0100 |
---|---|---|
committer | andrey@lmy004. <> | 2006-01-10 21:02:19 +0100 |
commit | 7c049782faae98565af0c407be7ca077874b77e4 (patch) | |
tree | ed7905772f33cdc3e24dd8fbfa8894d09ed4ec0a /libmysqld/Makefile.am | |
parent | 43d563b073befe43cb7e80b760c42b5569933912 (diff) | |
parent | d2f0002e77c9ab22c57f7483c6beaabb1cd23751 (diff) | |
download | mariadb-git-7c049782faae98565af0c407be7ca077874b77e4.tar.gz |
WL #1034 (Internal CRON)
merge before push
Diffstat (limited to 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 28db9d11558..2b28a875137 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -63,9 +63,8 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \ spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc \ sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc \ - parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc \ - item_xmlfunc.cc \ - rpl_filter.cc sql_partition.cc handlerton.cc sql_plugin.cc + parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc event_executor.cc event.cc event_timed.cc \ + rpl_filter.cc sql_partition.cc handlerton.cc sql_plugin.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) EXTRA_libmysqld_a_SOURCES = ha_innodb.cc ha_berkeley.cc ha_archive.cc \ |