diff options
Diffstat (limited to 'storage/maria/ma_check.c')
-rw-r--r-- | storage/maria/ma_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_check.c b/storage/maria/ma_check.c index 5035df26b18..89b1a733fc9 100644 --- a/storage/maria/ma_check.c +++ b/storage/maria/ma_check.c @@ -5642,7 +5642,7 @@ static int sort_maria_ft_key_write(MARIA_SORT_PARAM *sort_param, if (ha_compare_text(sort_param->seg->charset, a+1,a_len-1, - ft_buf->lastkey+1,val_off-1, 0, 0)==0) + ft_buf->lastkey+1,val_off-1, 0)==0) { uchar *p; if (!ft_buf->buf) /* store in second-level tree */ |