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