1
0
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:
ram@mysql.r18.ru
2003-02-19 13:21:21 +04:00
parent 907a81afb2
commit 4f5de08278

View File

@ -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))))