diff options
author | unknown <andrey@lmy004.> | 2005-12-02 13:07:02 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2005-12-02 13:07:02 +0100 |
commit | 4d891eb91cd0556e05a2022c4120d776ca772f69 (patch) | |
tree | 7152e34323e50a0845f559f1477316b2b57c7737 /libmysqld | |
parent | dad8c66501f097491690ee3098594c1a0844b3f4 (diff) | |
download | mariadb-git-4d891eb91cd0556e05a2022c4120d776ca772f69.tar.gz |
WL1034 update for latest 5.1 sources
BUILD/SETUP.sh:
for now no optimizations in debug build - get rid of "value optimized out"
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index da0418eaf9c..4eae790c9db 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -62,8 +62,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 \ - rpl_filter.cc sql_partition.cc handlerton.cc sql_plugin.cc + parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc event.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 \ |