diff options
author | unknown <reggie@linux.site> | 2006-02-21 17:40:07 -0600 |
---|---|---|
committer | unknown <reggie@linux.site> | 2006-02-21 17:40:07 -0600 |
commit | b2cf86f1bd9b8ed516f827957b82835fbc7e981a (patch) | |
tree | d3ab41f9891c1a0c463ffa4ed097ae32504d37b2 /win | |
parent | cf5cb1e9606fb698e2ec686afd489c73ad750419 (diff) | |
download | mariadb-git-b2cf86f1bd9b8ed516f827957b82835fbc7e981a.tar.gz |
BUG #15408 - Partitions: subpartition names are not unique
libmysqld/Makefile.am:
changed name to partition_info.cc
mysql-test/r/partition_mgm_err.result:
added drop table for previous test
mysql-test/t/partition_mgm_err.test:
added drop table for previous test
sql/Makefile.am:
reformatted a bit
changed name of partition_info.cpp to partition_info.cc
sql/partition_element.h:
updated copyright date
sql/partition_info.cc:
minor corrections as a result of review
sql/partition_info.h:
updated copyright date
sql/sql_partition.cc:
updated file comment and fixed some spacing
sql/sql_partition.h:
updated copyright date
win/cmakefiles/sql:
changed name to partition_info.cc
Diffstat (limited to 'win')
-rw-r--r-- | win/cmakefiles/sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/cmakefiles/sql b/win/cmakefiles/sql index c7d36cc1583..a74fd4e79ca 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 partition_info.cpp + event_timed.cc sql_tablespace.cc event.cc ../sql-common/my_user.c partition_info.cc ${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc ${PROJECT_SOURCE_DIR}/sql/sql_yacc.h ${PROJECT_SOURCE_DIR}/include/mysqld_error.h |