diff options
author | unknown <pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2005-07-21 03:31:49 -0400 |
---|---|---|
committer | unknown <pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2005-07-21 03:31:49 -0400 |
commit | 15424cb9702bfd364d97b9883503b5516c425df8 (patch) | |
tree | 60fc7fc021f021486110f77981eb24249dd02c38 /libmysqld | |
parent | 51ddea89b0237f4eeb3ac4197bfdbd9cadfbb3de (diff) | |
download | mariadb-git-15424cb9702bfd364d97b9883503b5516c425df8.tar.gz |
Included partitioning into embedded server
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 9c322478ad9..4db3f73d0c7 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -63,7 +63,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ spatial.cc gstream.cc sql_help.cc tztime.cc protocol_cursor.cc \ sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc \ parse_file.cc rpl_filter.cc sql_view.cc sql_trigger.cc my_decimal.cc \ - ha_blackhole.cc + ha_blackhole.cc sql_partition.cc ha_partition.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources) libmysqld_a_SOURCES= |