MCPcopy Create free account
hub / github.com/MariaDB/server / ha_ft_end

Method ha_ft_end

sql/handler.h:4558–4558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4556 /* Same as above, but with statistics */
4557 inline int ha_ft_read(uchar *buf);
4558 inline void ha_ft_end() { ft_end(); ft_handler=NULL; }
4559 int ha_rnd_next(uchar *buf);
4560 int ha_rnd_pos(uchar *buf, uchar *pos);
4561 inline int ha_rnd_pos_by_record(uchar *buf);

Callers 2

cleanupMethod · 0.80
create_sort_indexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected