diff options
Diffstat (limited to 'storage/maria/ma_fulltext.h')
-rw-r--r-- | storage/maria/ma_fulltext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_fulltext.h b/storage/maria/ma_fulltext.h index dc6cf9d1204..bc94bb9c0e5 100644 --- a/storage/maria/ma_fulltext.h +++ b/storage/maria/ma_fulltext.h @@ -24,4 +24,4 @@ int _ma_ft_cmp(MARIA_HA *, uint, const uchar *, const uchar *); int _ma_ft_add(MARIA_HA *, uint, uchar *, const uchar *, my_off_t); int _ma_ft_del(MARIA_HA *, uint, uchar *, const uchar *, my_off_t); -uint _ma_ft_convert_to_ft2(MARIA_HA *, uint, uchar *); +uint _ma_ft_convert_to_ft2(MARIA_HA *, MARIA_KEY *); |