summaryrefslogtreecommitdiff
path: root/myisam/fulltext.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-10-02 20:22:29 +0200
committerunknown <serg@serg.mylan>2003-10-02 20:22:29 +0200
commit3205118eaf1ea9a9c22b0b8437fdf5ac06c5ff4a (patch)
tree4ccd6f1ab67583e81c02d66fd35d83a3d9bee0fe /myisam/fulltext.h
parent43a4d55eefaf7409f708377b712ff306c28cc1e1 (diff)
downloadmariadb-git-3205118eaf1ea9a9c22b0b8437fdf5ac06c5ff4a.tar.gz
ft1->ft2 auto-conversion on INSERT (WL#725)
Diffstat (limited to 'myisam/fulltext.h')
-rw-r--r--myisam/fulltext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/myisam/fulltext.h b/myisam/fulltext.h
index ec267eb3e86..d8c74d4e94b 100644
--- a/myisam/fulltext.h
+++ b/myisam/fulltext.h
@@ -34,3 +34,5 @@ int _mi_ft_cmp(MI_INFO *, uint, const byte *, const byte *);
int _mi_ft_add(MI_INFO *, uint, byte *, const byte *, my_off_t);
int _mi_ft_del(MI_INFO *, uint, byte *, const byte *, my_off_t);
+uint _mi_ft_convert_to_ft2(MI_INFO *, uint, uchar *);
+