mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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 ((result = file->index_read(record,
|
||||
(byte*) (range->min_key +1),
|
||||
(byte*) (range->min_key),
|
||||
range->min_length,
|
||||
(ha_rkey_function)(range->flag ^
|
||||
GEOM_FLAG))))
|
||||
|
Reference in New Issue
Block a user