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