1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00
Files
mariadb/mysql-test/t
unknown a4a1bb0e2f WL#2985 "Partition Pruning": post-review fixes:
- Added more comments.
- Added a RANGE_OPT_PARAM::remove_jump_scans flag that disables construction of index_merge
  SEL_TREEs that represent unusable conditions like "key1part1<c1 OR key2part2<c2"
- make prune_partitions() function handle the case where range analysis produces a list of 
  index_merge trees (it turned out that this is possible, appropriate test case added).
- Other small fixes.


mysql-test/r/partition_pruning.result:
  WL#2985 "Partition Pruning": post-review fixes: more test cases
mysql-test/t/partition_pruning.test:
  WL#2985 "Partition Pruning": post-review fixes: more test cases
sql/opt_range.cc:
  WL#2985 "Partition Pruning": post-review fixes:
  - Added more comments.
  - Fix the debug printouts
  - Added a RANGE_OPT_PARAM::remove_jump_scans flag that disables construction of index_merge
    SEL_TREEs that represent unusable conditions like "key1part1<c1 OR key2part2<c2"
  - make prune_partitions() function handle the case where range analysis produces a list of 
    index_merge trees (it turned out that this is possible, appropriate test case added).
sql/sql_partition.cc:
  WL#2985 "Partition Pruning": post-review fixes: make requested edits in comments.
sql/table.h:
  WL#2985 "Partition Pruning": post-review fixes: added bool TABLE::no_partitions_used
  (this change was missed when making the original cset)
2005-12-26 08:40:09 +03:00
..
2005-10-28 23:17:51 +04:00
2005-10-13 11:28:06 +02:00
2005-11-03 16:17:11 +04:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-10-31 17:26:45 -08:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-09-09 12:43:25 +02:00
2005-10-28 02:36:19 +03:00
2005-11-24 19:51:52 +01:00
2005-08-29 21:06:45 +02:00
2005-09-02 09:50:17 +03:00
2005-11-23 22:45:02 +02:00
2005-09-24 04:11:51 +02:00
2005-09-26 22:43:09 -07: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-11-06 00:20:37 +01:00
2005-11-07 12:19:28 +01:00
2005-09-15 22:21:30 +04:00
2005-10-12 13:56:07 +02:00
2005-09-14 23:12:01 +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-09-22 03:23:07 +03:00
2005-10-11 14:58:25 +05:00
2005-12-12 13:29:48 +03:00
2005-12-02 19:42:14 +03:00
2005-11-24 06:17:38 +02:00