Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.0.9
-
None
-
None
Description
Test result for main.gis-rt-precise in MariaDB differs from MySQL. Please verify if there is a real bug here.
Result difference attached. Relevant 5.6 revision:
revno: 4043
committer: Nirbhay Choubey <nirbhay.choubey@oracle.com>
branch nick: B13813064-5.6
timestamp: Tue 2012-07-17 21:55:25 +0530
message:
Bug#13813064 QUERY USING SPATIAL INDEX RETURNS
EMPTY RESULT
Bug#14096685 WITHIN() YIELDS NO RESULTS WHEN
SPATIAL INDEX IS USED
The ST_Contains & Within() functions doesn't
show correct result when executed with spatial
index.
The reason behind this problem is that the spatial
index for Contains and Within class of functions in
MyISAM is implemented in opposite order.
Fixed by adjusting the flag that controls which
implementation to use and item's rev_functype()
for Contains & Within functions.
Attachments
Issue Links
- is part of
-
MDEV-4784 merge test cases from 5.6
- Stalled