mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 00:05:33 +02:00
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: added partition_info.cpp to libmysqld sources sql/ha_ndbcluster.cc: using the new member versions of these sql/sql_partition.cc: using the member version of is_sub_partitioned
This commit is contained in:
parent
80263d114e
commit
fc5f022ee1
3 changed files with 5 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue