unknown
f19fb8709c
WL#2985 "Partition Pruning"
sql/ha_ndbcluster.cc:
WL#2985 "Partition Pruning": added part_info->used_partitions initialization
sql/ha_partition.cc:
WL#2985 "Partition Pruning": added part_info->used_partitions initialization
sql/handler.h:
WL#2985 "Partition Pruning":
Added function prototypes
in partition_info:
- Added 'used_partitions' bitmap
- Added comments
sql/item.h:
WL#2985 "Partition Pruning":
- added enum monotonicity_info
- added virtual Item::get_monotonicity_info()
sql/item_timefunc.cc:
WL#2985 "Partition Pruning":
- added Item_func_to_days::get_monotonicity_info()
- added Item_func_year::get_monotonicity_info()
sql/item_timefunc.h:
WL#2985 "Partition Pruning":
- added Item_func_to_days::get_monotonicity_info()
- added Item_func_year::get_monotonicity_info()
sql/opt_range.cc:
WL#2985 "Partition Pruning":
- Split out PARAM structure into PARAM and RANGE_OPT_PARAM part.
- Added partition pruning module code.
sql/opt_range.h:
WL#2985 "Partition Pruning":
Added prune_partitions() function declaration. This is the entry point for partition pruning
module
sql/sql_class.cc:
WL#2985 "Partition Pruning": added support for "EXPLAIN PARTITIONS SELECT ..."
sql/sql_lex.h:
WL#2985 "Partition Pruning": added support for "EXPLAIN PARTITIONS SELECT ..."
sql/sql_partition.cc:
WL#2985 "Partition Pruning":
- Added get_list_array_idx_for_endpoint and get_range_... functions to support partition
pruning on "partition_field < const"-like intervals.
- Added partition_info::used_partitions bitmap.
- Added make_used_partitions_str function
- Fixed BUG#15819
sql/sql_select.cc:
WL#2985 "Partition Pruning":
- Added prune_partitions() invocation right before the range analysis
- Added code to handle return value from prune_partitions()
- Added support for "EXPLAIN PARTITIONS SELECT ..."
sql/sql_yacc.yy:
#2985 "Partition Pruning": added support for "EXPLAIN PARTITIONS SELECT ..."
2005-12-22 12:29:00 +03:00
..
2005-07-28 17:09:54 +03:00
2005-12-05 16:42:28 +01:00
2005-10-28 23:17:51 +04:00
2005-12-01 20:29:48 +03:00
2005-07-28 03:22:47 +03:00
2005-10-27 22:45:18 +03:00
2005-10-26 13:55:08 -07:00
2005-07-28 17:09:54 +03:00
2005-12-03 15:02:09 +01:00
2005-07-28 03:22:47 +03:00
2005-10-27 22:45:18 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-12-12 10:11:56 -08:00
2005-07-28 03:22:47 +03:00
2005-10-25 19:28:27 +04:00
2005-10-13 19:16:19 +05:00
2005-12-02 01:11:49 +01:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-11-21 19:59:58 +04:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-10-13 11:28:06 +02:00
2005-11-07 22:30:44 +01:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-11-28 14:52:38 +04:00
2005-07-28 17:09:54 +03:00
2005-09-01 17:21:03 +02:00
2005-11-28 10:50:23 -08:00
2005-11-17 22:52:31 +01:00
2005-10-05 19:20:49 +05:00
2005-07-28 03:22:47 +03:00
2005-11-03 16:17:11 +04:00
2005-11-01 13:18:46 +04:00
2005-10-25 14:49:04 +05:00
2005-10-13 19:16:19 +05:00
2005-07-28 03:22:47 +03:00
2005-07-18 13:38:56 -07:00
2005-09-21 23:10:51 +05:00
2005-07-28 17:09:54 +03:00
2005-10-14 13:57:38 +05:00
2005-07-28 03:22:47 +03:00
2005-10-13 19:16:19 +05:00
2005-07-28 03:22:47 +03:00
2005-11-21 17:26:31 +04:00
2005-09-21 23:10:51 +05:00
2005-09-21 23:10:51 +05:00
2005-10-06 14:40:18 +02:00
2005-07-28 17:09:54 +03:00
2005-10-06 14:40:18 +02:00
2005-12-07 17:01:17 +03:00
2005-11-07 12:34:19 +04:00
2005-10-27 23:43:20 +03:00
2005-09-25 15:44:05 +02:00
2005-08-01 17:00:03 -07:00
2005-07-28 17:09:54 +03:00
2005-09-08 18:15:05 +01:00
2005-07-28 03:22:47 +03:00
2005-12-20 12:57:51 +01:00
2005-09-15 21:05:42 +02:00
2005-10-27 15:15:01 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-13 23:31:17 -07:00
2005-09-16 16:17:44 -07:00
2005-12-19 11:12:53 +01:00
2005-10-31 17:26:45 -08:00
2005-07-28 17:09:54 +03:00
2005-12-14 21:42:08 +04:00
2005-11-23 22:45:02 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-11-26 20:23:20 +01:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-10-06 16:15:53 -07:00
2005-08-02 15:28:09 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-12-01 12:07:25 -08:00
2005-11-22 23:00:57 -08:00
2005-11-16 15:17:08 +01:00
2005-07-28 17:09:54 +03:00
2005-10-13 19:16:19 +05:00
2005-07-28 03:22:47 +03:00
2005-09-06 16:16:10 +05:00
2005-10-27 18:46:00 -07:00
2005-12-07 15:45:31 +01:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-10-12 00:58:22 +03:00
2005-08-08 19:09:54 +05:00
2005-08-26 22:25:45 -07:00
2005-10-13 15:32:31 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-27 18:10:46 +05:00
2005-10-31 11:54:36 +02:00
2005-09-01 23:25:29 +04:00
2005-07-28 17:09:54 +03:00
2005-11-28 15:31:11 +04:00
2005-09-09 12:43:25 +02:00
2005-12-01 09:26:17 +02:00
2005-11-15 21:57:02 +01:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-09 11:21:45 +03:00
2005-07-28 03:22:47 +03:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-18 00:48:34 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 11:56:01 +04:00
2005-06-20 11:05:38 +02:00
2005-10-06 17:54:43 +03:00
2005-12-01 11:00:33 +04:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-10-27 22:45:18 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-12-13 21:35:24 +03:00
2005-07-28 03:22:47 +03:00
2005-10-28 02:36:19 +03:00
2005-08-10 22:17:53 +01:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-11-24 19:51:52 +01:00
2005-09-06 23:49:54 +04:00
2005-11-30 19:13:29 +02:00
2005-08-07 20:39:17 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-29 21:06:45 +02:00
2005-07-28 17:09:54 +03:00
2005-10-16 19:30:10 +04:00
2005-10-13 12:38:38 +02:00
2005-07-28 17:09:54 +03:00
2005-10-26 14:11:08 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-02 15:58:41 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-31 19:12:16 -07:00
2005-09-02 09:50:17 +03:00
2005-11-23 22:45:02 +02:00
2005-08-10 18:32:17 -07:00
2005-11-17 20:17:49 -08:00
2005-10-06 17:54:43 +03:00
2005-11-23 22:45:02 +02:00
2005-07-28 03:22:47 +03:00
2005-11-16 10:23:42 +01:00
2005-10-25 10:10:53 -07:00
2005-08-09 12:17:28 -07:00
2005-08-09 12:17:28 -07:00
2005-07-28 03:22:47 +03:00
2005-10-08 03:37:23 +03:00
2005-07-28 17:09:54 +03:00
2005-09-24 04:11:51 +02:00
2005-10-18 14:25:03 +05:00
2005-09-26 22:43:09 -07:00
2005-12-01 15:14:51 -08:00
2005-10-06 17:54:43 +03:00
2005-12-05 07:50:16 -08:00
2005-12-09 20:18:25 +04:00
2005-11-28 20:14:12 +01:00
2005-09-01 17:21:03 +02:00
2005-11-07 12:19:28 +01:00
2005-12-14 15:09:12 +01:00
2005-11-06 00:20:37 +01:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-11-20 11:15:13 +01:00
2005-10-13 19:16:19 +05:00
2005-10-12 14:17:39 +02:00
2005-07-28 03:22:47 +03:00
2005-10-27 22:45:18 +03:00
2005-07-28 17:09:54 +03:00
2005-09-15 02:33:28 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-12-15 15:11:42 +01:00
2005-11-06 00:20:37 +01:00
2005-09-14 17:30:23 +02:00
2005-09-14 17:30:23 +02:00
2005-12-13 17:33:19 +01:00
2005-07-28 03:22:47 +03:00
2005-11-07 12:19:28 +01:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-10-13 19:16:19 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-10-13 11:10:45 -07:00
2005-07-28 03:22:47 +03:00
2005-08-23 18:08:04 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-09-15 22:21:30 +04:00
2005-10-12 13:56:07 +02:00
2005-08-23 18:08:04 +03:00
2005-07-28 03:22:47 +03:00
2005-10-07 14:16:44 +05:00
2005-07-28 03:22:47 +03:00
2005-08-03 17:38:55 -07:00
2005-12-15 16:20:56 +04:00
2005-07-18 13:31:02 +02:00
2005-12-15 20:56:14 +04:00
2005-12-15 15:24:35 +04:00
2005-07-18 13:31:02 +02:00
2005-12-22 12:29:00 +03:00
2005-12-15 20:56:14 +04:00
2005-12-15 15:24:35 +04:00
2005-07-28 03:22:47 +03:00
2005-11-07 16:25:06 +01:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-11-28 10:51:54 -08:00
2005-07-28 03:22:47 +03:00
2005-08-11 13:07:08 +03:00
2005-12-03 08:56:00 +02:00
2005-07-28 03:22:47 +03:00
2005-10-13 21:28:44 +05:00
2005-10-17 10:52:34 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-18 12:07:14 +03:00
2005-12-14 21:42:08 +04:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-30 12:24:37 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-10-13 05:12:17 -04:00
2005-12-13 11:42:10 +01:00
2005-08-19 11:38:14 +03:00
2005-07-28 03:22:47 +03:00
2005-11-14 16:39:46 +03:00
2005-09-01 17:21:03 +02:00
2005-09-01 17:21:03 +02:00
2005-10-12 22:29:36 +02:00
2005-10-12 13:29:55 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-12-14 21:42:08 +04:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-10-08 16:56:10 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-08-02 15:15:28 -06:00
2005-09-12 22:47:15 +02:00
2005-07-28 17:09:54 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-09-14 06:31:38 -06:00
2005-09-14 06:31:38 -06:00
2005-09-23 16:59:19 +04:00
2005-09-12 22:47:15 +02:00
2005-10-14 00:02:38 +03:00
2005-10-10 15:10:14 +02:00
2005-09-23 16:59:19 +04:00
2005-07-28 03:22:47 +03:00
2005-10-06 19:51:08 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-12-09 14:38:35 +01:00
2005-07-28 03:22:47 +03:00
2005-09-02 11:01:00 +02:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-12 10:50:42 +02:00
2005-08-25 17:34:34 +04:00
2005-08-25 17:34:34 +04:00
2005-09-07 19:39:47 +04:00
2005-11-10 17:50:51 +01:00
2005-11-17 03:15:10 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-12-11 17:06:36 +03:00
2005-12-12 18:00:37 +01:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-14 23:12:01 +03:00
2005-12-07 17:01:17 +03:00
2005-07-28 03:22:47 +03:00
2005-08-10 17:45:00 +04:00
2005-12-09 23:01:52 +03:00
2005-12-09 15:14:19 +03:00
2005-11-10 22:25:03 +03:00
2005-12-12 16:58:20 +01:00
2005-11-23 11:56:53 +01:00
2005-12-07 17:01:17 +03:00
2005-11-18 18:05:04 +01:00
2005-11-25 17:09:26 +01:00
2005-12-07 17:01:17 +03:00
2005-12-07 14:38:20 +03:00
2005-07-01 15:25:51 +02:00
2005-11-24 09:56:48 +01:00
2005-10-28 11:00:54 +02:00
2005-08-10 21:17:52 +00:00
2005-12-07 22:06:30 +03:00
2005-12-09 00:58:59 +03:00
2005-11-07 16:25:06 +01:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-09-06 15:00:35 +05:00
2005-12-01 15:30:11 +04:00
2005-10-07 20:14:34 +05:00
2005-07-28 03:22:47 +03:00
2005-11-04 13:16:46 +02:00
2005-10-15 14:32:37 -07:00
2005-12-12 16:12:36 +01:00
2005-07-28 17:09:54 +03:00
2005-11-07 16:25:06 +01:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-11-23 22:45:02 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-12-09 15:28:20 +01:00
2005-12-09 15:28:20 +01:00
2005-11-23 01:28:32 +02:00
2005-07-28 03:22:47 +03:00
2005-12-06 14:16:34 -08:00
2005-08-08 11:42:09 -07:00
2005-09-22 03:23:07 +03:00
2005-10-14 00:04:52 +03:00
2005-07-28 03:22:47 +03:00
2005-08-09 00:13:49 +03:00
2005-09-27 15:11:39 +05:00
2005-07-28 03:22:47 +03:00
2005-10-11 14:58:25 +05:00
2005-07-28 03:22:47 +03:00
2005-12-12 13:29:48 +03:00
2005-11-29 13:42:45 +01:00
2005-08-23 18:08:04 +03:00
2005-07-28 03:22:47 +03:00
2005-12-15 18:48:08 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-11-29 15:33:58 -08:00
2005-12-02 19:42:14 +03:00
2005-07-28 17:09:54 +03:00
2005-11-01 15:54:30 +02:00
2005-07-28 03:22:47 +03:00
2005-11-23 22:58:53 +02:00
2005-11-24 06:17:38 +02:00
2005-12-01 12:01:38 +02:00
2005-12-12 14:59:14 +03:00
2005-10-11 09:12:12 -07:00
2005-10-11 09:12:12 -07:00
2005-11-07 16:25:06 +01:00
2005-08-31 18:32:15 -07:00
2005-10-05 19:58:16 +02:00