mariadb/storage
Jacob Mathew 6c47c1c456 MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rows
The problem occurs in 10.2 and earlier releases of MariaDB Server because the
Partition Engine was not pushing the engine conditions to the underlying
storage engine of each partition.  This caused Spider to return the first 5
rows in the table with the data provided by the customer.  2 of the 5 rows
did not qualify the WHERE clause, so they were removed from the result set by
the server.

To fix the problem, I have back-ported support for engine condition pushdown
in the Partition Engine from MariaDB Server 10.3.

Author:
  Jacob Mathew.

Reviewer:
  Kentoku Shiba.

Cherry-Picked:
  Commit eb2ca3d on branch bb-10.2-MDEV-16912
2018-09-13 13:27:03 -07:00
..
archive Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
blackhole
cassandra Correct FSF address 2017-03-10 18:21:29 +01:00
connect Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00
csv Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
example
federated Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
federatedx Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
heap Merge remote-tracking branch 'origin/10.0' into 10.1 2018-06-20 16:57:21 +04:00
innobase Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00
maria post merge 2018-09-07 01:35:09 +02:00
mroonga Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00
myisam Merge branch '10.0' into 10.1 2018-07-31 11:58:29 +02:00
myisammrg Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
oqgraph Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
perfschema Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
sequence test for group by pushdown with a view 2016-05-05 01:05:05 +02:00
sphinx MDEV-16544 - crash in ha_sphinx::create() 2018-08-04 22:53:16 +01:00
spider MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rows 2018-09-13 13:27:03 -07:00
test_sql_discovery MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
tokudb post merge 2018-09-07 01:35:09 +02:00
xtradb Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00