summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorunknown <reggie@big_geek.>2006-02-16 10:38:33 -0600
committerunknown <reggie@big_geek.>2006-02-16 10:38:33 -0600
commitd047fe77b74b02550d3b72fbb9415d3e8a9f507a (patch)
treef8ff3f6e12d8493541cca525570bcfc85c2b13c0 /win
parent99526f2efb29a7573ed1b4f820c9b2f4cc32753c (diff)
downloadmariadb-git-d047fe77b74b02550d3b72fbb9415d3e8a9f507a.tar.gz
BUG#15408: Partitions: subpartition names are not unique
Also, moved some of the code out of handler.h and into partition specific files for better separation. Also, moved some of the C funcs into partition_info as formal C++ methods mysql-test/r/partition_mgm_err.result: result block for test of bug # 15408 mysql-test/t/partition_mgm_err.test: test for duplicate subpartition names sql/Makefile.am: adding sql_partition.h, partition_info.cpp, partition_info.h, and partition_element.h to the makefile sql/ha_partition.cc: using the new members of partition_info sql/ha_partition.h: using the new members of partition_info sql/handler.h: moved this code into sql_partition.h sql/mysql_priv.h: including sql_partition.h also now sql/opt_range.cc: using the new members of partition_info sql/sql_partition.cc: moved some of the functions out and into the partition_info class using the new members of partition_info sql/sql_show.cc: using the new members of partition_info win/cmakefiles/sql: added partition_info.cpp to the sql cmake file sql/partition_element.h: New BitKeeper file ``sql/partition_element.h'' sql/partition_info.h: New BitKeeper file ``sql/partition_info.h'' sql/sql_partition.h: New BitKeeper file ``sql/sql_partition.h''
Diffstat (limited to 'win')
-rw-r--r--win/cmakefiles/sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/cmakefiles/sql b/win/cmakefiles/sql
index ee53436a1a6..c7d36cc1583 100644
--- a/win/cmakefiles/sql
+++ b/win/cmakefiles/sql
@@ -40,7 +40,7 @@ ADD_EXECUTABLE(mysqld ../sql-common/client.c derror.cc des_key_file.cc discover.
sql_state.c sql_string.cc sql_table.cc sql_test.cc sql_trigger.cc sql_udf.cc sql_union.cc
sql_update.cc sql_view.cc sql_yacc.h sql_yacc.cc strfunc.cc table.cc thr_malloc.cc time.cc tztime.cc
uniques.cc unireg.cc item_xmlfunc.cc rpl_tblmap.cc sql_binlog.cc event_executor.cc
- event_timed.cc sql_tablespace.cc event.cc ../sql-common/my_user.c
+ event_timed.cc sql_tablespace.cc event.cc ../sql-common/my_user.c partition_info.cpp
${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.h
${PROJECT_SOURCE_DIR}/include/mysqld_error.h