diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-10-21 14:04:08 +0500 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-10-21 14:04:08 +0500 |
commit | 17ed6b9abda235daf41eb62512116384c1e06e25 (patch) | |
tree | 5c88252db7115ce6221aeaee6f8a06fddb68c51c /mysql-test/r/gis-rtree.result | |
parent | b25cc8f23f3c3cd0444c2c031c30a8b7f9809d73 (diff) | |
download | mariadb-git-17ed6b9abda235daf41eb62512116384c1e06e25.tar.gz |
Fix for bug#47019: Assertion failed: 0, file .\rt_mbr.c,
line 138 when forcing a spatial index
Problem: "Spatial indexes can be involved in the search
for queries that use a function such as MBRContains()
or MBRWithin() in the WHERE clause".
Using spatial indexes for JOINs with =, <=> etc.
predicates is incorrect.
Fix: disable spatial indexes for such queries.
mysql-test/r/select.result:
Fix for bug#47019: Assertion failed: 0, file .\rt_mbr.c,
line 138 when forcing a spatial index
- test result.
mysql-test/t/select.test:
Fix for bug#47019: Assertion failed: 0, file .\rt_mbr.c,
line 138 when forcing a spatial index
- test case.
sql/sql_select.cc:
Fix for bug#47019: Assertion failed: 0, file .\rt_mbr.c,
line 138 when forcing a spatial index
- disable spatial indexes for queries which use
non-spatial conditions (e.g. NATURAL JOINs).
Diffstat (limited to 'mysql-test/r/gis-rtree.result')
0 files changed, 0 insertions, 0 deletions