Home
last modified time | relevance | path

Searched refs:ha_ft_read (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_range.h1720 int get_next() { return file->ha_ft_read(record); } in get_next()
H A Dhandler.h3817 inline int ha_ft_read(uchar *buf);
H A Dsql_class.h6624 inline int handler::ha_ft_read(uchar *buf) in ha_ft_read() function
H A Dsql_select.cc21712 if (unlikely((error= table->file->ha_ft_read(table->record[0])))) in join_ft_read_first()
21721 if (unlikely((error= info->table->file->ha_ft_read(info->record())))) in join_ft_read_next()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_range.h1720 int get_next() { return file->ha_ft_read(record); } in get_next()
H A Dhandler.h3817 inline int ha_ft_read(uchar *buf);
H A Dsql_class.h6624 inline int handler::ha_ft_read(uchar *buf) in ha_ft_read() function
H A Dsql_select.cc21712 if (unlikely((error= table->file->ha_ft_read(table->record[0])))) in join_ft_read_first()
21721 if (unlikely((error= info->table->file->ha_ft_read(info->record())))) in join_ft_read_next()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_range.h1713 int get_next() { return file->ha_ft_read(record); } in get_next()
H A Dhandler.h3649 inline int ha_ft_read(uchar *buf);
H A Dsql_class.h6459 inline int handler::ha_ft_read(uchar *buf)
H A Dsql_select.cc20956 if (unlikely((error= table->file->ha_ft_read(table->record[0])))) in join_ft_read_first()
20965 if (unlikely((error= info->table->file->ha_ft_read(info->record())))) in join_ft_read_next()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.h1713 int get_next() { return file->ha_ft_read(record); } in get_next()
H A Dhandler.h3649 inline int ha_ft_read(uchar *buf);
H A Dsql_class.h6459 inline int handler::ha_ft_read(uchar *buf) in ha_ft_read() function
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_range.h1784 int get_next() { return file->ha_ft_read(record); } in get_next()
H A Dhandler.h3997 inline int ha_ft_read(uchar *buf);
H A Dsql_class.h7025 inline int handler::ha_ft_read(uchar *buf) in ha_ft_read() function
H A Dsql_select.cc22013 if (unlikely((error= table->file->ha_ft_read(table->record[0])))) in join_ft_read_first()
22022 if (unlikely((error= info->table->file->ha_ft_read(info->record())))) in join_ft_read_next()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dopt_range.h1784 int get_next() { return file->ha_ft_read(record); } in get_next()
H A Dhandler.h3997 inline int ha_ft_read(uchar *buf);
H A Dsql_class.h7025 inline int handler::ha_ft_read(uchar *buf) in ha_ft_read() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.h5038 int ha_ft_read(uchar *buf);
H A Dhandler.cc3019 int handler::ha_ft_read(uchar *buf) { in ha_ft_read() function in handler
H A Dsql_executor.cc4123 int error = table()->file->ha_ft_read(table()->record[0]); in Read()

12