mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
FT2 bug in mi_delete fixed
This commit is contained in:
parent
41021a0fc8
commit
3ec4772361
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ static int d_search(register MI_INFO *info, register MI_KEYDEF *keyinfo,
|
|||
{
|
||||
DBUG_PRINT("info",("FT2: going down"));
|
||||
keyinfo=&info->s->ft2_keyinfo;
|
||||
kpos-=keyinfo->keylength; /* we'll modify key entry 'in vivo' */
|
||||
kpos-=keyinfo->keylength+nod_flag; /* we'll modify key entry 'in vivo' */
|
||||
key+=off;
|
||||
ret_value=_mi_ck_real_delete(info, &info->s->ft2_keyinfo,
|
||||
key, HA_FT_WLEN, &root);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue