1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Mattias Jonsson 3e1d88d188 Bug#30573: Ordered range scan over partitioned tables returns some rows twice
and
Bug#33555: Group By Query does not correctly aggregate partitions

Backport of bug-33257 which is the same bug.

read_range_*() calls was not passed to the partition handlers,
but was translated to index_read/next family calls.
Resulting in duplicates rows and wrong aggregations.

mysql-test/r/partition_range.result:
  Bug#30573: Ordered range scan over partitioned tables returns some rows twice
  
  Updated result file
mysql-test/t/partition_range.test:
  Bug#30573: Ordered range scan over partitioned tables returns some rows twice
  
  Re-enabled the test
sql/ha_partition.cc:
  Bug#30573: Ordered range scan over partitioned tables returns some rows twice
  
  backport of bug-33257, correct handling of read_range_* calls,
  without converting them to index_read/next calls
sql/ha_partition.h:
  Bug#30573: Ordered range scan over partitioned tables returns some rows twice
  
  backport of bug-33257, correct handling of read_range_* calls,
  without converting them to index_read/next calls
2008-09-18 22:49:34 +03:00
..
2008-07-18 15:00:45 +03:00
2008-03-17 14:26:00 +03:00
2008-09-05 13:36:02 +05:00
2008-07-22 19:00:27 +02:00
2008-09-05 13:36:02 +05:00
2007-11-24 15:02:29 +04:00
2008-04-30 14:49:37 +02:00
2008-08-26 18:53:22 +05:00
2007-11-02 13:40:34 +03:00
2008-07-21 11:20:03 +02:00
2008-04-22 21:49:39 -07:00
2007-11-20 20:15:20 +04:00
2008-02-25 21:18:50 +01:00
2008-02-25 21:18:50 +01:00
2008-01-25 16:05:15 -08:00
2008-04-08 20:01:20 +04:00
2008-07-03 23:41:22 +04:00
2008-04-02 00:43:17 +02:00
2008-08-15 16:42:29 -04:00
2008-07-03 23:41:22 +04:00
2008-08-20 16:42:01 +05:00
2008-07-07 11:43:56 +03:00
2008-08-26 14:50:32 +05:00
2008-07-15 18:43:25 +02:00
2008-07-15 18:43:25 +02:00
2008-04-08 20:01:20 +04:00
2008-08-28 12:54:50 +03:00
2008-09-09 20:52:38 +05:00
2008-08-15 15:49:43 -04:00
2008-06-27 20:56:41 +05:00