1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-12 10:22:39 +03:00
Files
mariadb/mysql-test/t
unknown d047fe77b7 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''
2006-02-16 10:38:33 -06:00
..
2005-10-28 23:17:51 +04:00
2006-01-28 10:37:22 +01:00
2005-09-15 21:05:42 +02:00
2006-02-14 20:10:51 +01:00
2006-02-07 13:26:35 +01:00
2005-10-12 00:58:22 +03:00
2006-02-06 11:35:13 -08:00
2005-12-06 21:28:13 +01:00
2005-10-28 02:36:19 +03:00
2006-01-27 21:20:28 -08:00
2005-09-26 22:43:09 -07:00
2006-01-06 00:47:49 +02:00
2006-01-12 12:27:25 -08:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 23:57:01 +01:00
2006-02-07 19:57:31 +01:00
2006-01-12 19:51:02 +01:00
2005-11-06 00:20:37 +01:00
2005-09-15 22:21:30 +04:00
2005-10-12 13:56:07 +02:00
2006-01-18 14:09:08 +03:00
2006-02-13 11:49:28 +04:00
2005-12-23 14:45:02 +01:00
2006-01-20 23:28:52 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-20 23:28:52 +01:00
2006-01-12 19:51:02 +01:00
2006-02-08 22:17:46 +01:00
2006-02-08 17:09:57 +01:00
2005-12-23 14:45:02 +01:00
2006-01-13 16:27:38 +03:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-10-15 14:32:37 -07:00
2005-11-23 22:45:02 +02:00
2005-12-12 13:29:48 +03:00