summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2005-03-25 14:09:19 -0800
committerunknown <brian@zim.(none)>2005-03-25 14:09:19 -0800
commit0310e2a770680593de3b4724d08d6836455b3d91 (patch)
treee218942e8ff1352f0691be75b2cdee78be3347e9 /libmysqld
parentfdd4cb8fb8d32789bea7042760a0662192713681 (diff)
downloadmariadb-git-0310e2a770680593de3b4724d08d6836455b3d91.tar.gz
Fixing blackhole support in libmysqld
libmysqld/Makefile.am: Adding ha_blackhole.cc
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index ba30a41c32b..4cf2c3f67a7 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -58,7 +58,8 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
sql_string.cc sql_table.cc sql_test.cc sql_udf.cc \
sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc \
unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \
- spatial.cc gstream.cc sql_help.cc tztime.cc
+ spatial.cc gstream.cc sql_help.cc tztime.cc \
+ ha_blackhole.cc
libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources)
libmysqld_a_SOURCES=