From 1527e94fc83f87f4ea780200441c1d2f69980cfe Mon Sep 17 00:00:00 2001 From: "reggie@linux.site" <> Date: Thu, 16 Feb 2006 15:02:44 -0600 Subject: BUG# 15408 Partitions: subpartition names are not unique THis patch goes along with 1.2098.23.1 to form the complete patch --- libmysqld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqld') diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 62418c0d669..7b9e7431beb 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -67,7 +67,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ event_executor.cc event.cc event_timed.cc \ rpl_filter.cc sql_partition.cc handlerton.cc sql_plugin.cc \ sql_tablespace.cc \ - rpl_injector.cc my_user.c + rpl_injector.cc my_user.c partition_info.cpp libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) EXTRA_libmysqld_a_SOURCES = ha_innodb.cc ha_berkeley.cc ha_archive.cc \ -- cgit v1.2.1