mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug fix: rtree should handle nulls itself
This commit is contained in:
@ -2446,7 +2446,7 @@ int QUICK_SELECT::get_next()
|
|||||||
if (range->flag & GEOM_FLAG)
|
if (range->flag & GEOM_FLAG)
|
||||||
{
|
{
|
||||||
if ((result = file->index_read(record,
|
if ((result = file->index_read(record,
|
||||||
(byte*) (range->min_key +1),
|
(byte*) (range->min_key),
|
||||||
range->min_length,
|
range->min_length,
|
||||||
(ha_rkey_function)(range->flag ^
|
(ha_rkey_function)(range->flag ^
|
||||||
GEOM_FLAG))))
|
GEOM_FLAG))))
|
||||||
|
Reference in New Issue
Block a user