mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
bug fixes
myisam/rt_index.c: bug fix myisam/rt_key.c: bug fix myisam/rt_test.c: bug fix
This commit is contained in:
@ -69,7 +69,7 @@ int rtree_delete_key(MI_INFO *info, uchar *page_buf, uchar *key,
|
||||
uchar *key_start;
|
||||
|
||||
key_start= key - nod_flag;
|
||||
if (nod_flag)
|
||||
if (!nod_flag)
|
||||
key_length += info->s->base.rec_reflength;
|
||||
|
||||
memmove(key_start, key + key_length, page_size - key_length -
|
||||
|
Reference in New Issue
Block a user