summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-06-25 13:11:02 +0200
committerserg@serg.mylan <>2004-06-25 13:11:02 +0200
commit2b93adb9c1535c8010aaf56fcd1767509c260ca5 (patch)
treeefda1d3fb67489e509cf4d4cf5fe0414fc2345bc /myisam
parent3452445559ed2e104000f4ea88e2c20f371674ea (diff)
downloadmariadb-git-2b93adb9c1535c8010aaf56fcd1767509c260ca5.tar.gz
Bug#3808 - fulltext index, delete, 2-level tree, the word on the 1st level has different length than the key (latin1_german2_ci)
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_delete.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/mi_delete.c b/myisam/mi_delete.c
index c19f2582b9c..3e8ff9db009 100644
--- a/myisam/mi_delete.c
+++ b/myisam/mi_delete.c
@@ -265,6 +265,7 @@ static int d_search(register MI_INFO *info, register MI_KEYDEF *keyinfo,
{
keyinfo=&info->s->ft2_keyinfo;
kpos-=keyinfo->keylength+nod_flag; /* we'll modify key entry 'in vivo' */
+ get_key_full_length_rdonly(off, key);
key+=off;
ret_value=_mi_ck_real_delete(info, &info->s->ft2_keyinfo,
key, HA_FT_WLEN, &root);