Home
last modified time | relevance | path

Searched defs:st_cache_field (Results 1 – 17 of 17) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_join_buffer.h44 typedef struct st_cache_field { struct
62 st_cache_field *next_copy_rowid; argument
64 uint blob_length; /**< length of the blob to be copied */
65 uint offset; /**< field offset to be saved in cache buffer */
67 void bind_buffer(uchar *buffer) in bind_buffer()
73 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_join_buffer.h44 typedef struct st_cache_field { struct
62 st_cache_field *next_copy_rowid; argument
64 uint blob_length; /**< length of the blob to be copied */
65 uint offset; /**< field offset to be saved in cache buffer */
67 void bind_buffer(uchar *buffer) in bind_buffer()
73 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_join_buffer.h44 typedef struct st_cache_field { struct
62 st_cache_field *next_copy_rowid; argument
64 uint blob_length; /**< length of the blob to be copied */
65 uint offset; /**< field offset to be saved in cache buffer */
67 void bind_buffer(uchar *buffer) in bind_buffer()
73 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_join_buffer.h47 typedef struct st_cache_field { struct
65 st_cache_field *next_copy_rowid; argument
67 uint blob_length; /**< length of the blob to be copied */
68 uint offset; /**< field offset to be saved in cache buffer */
70 void bind_buffer(uchar *buffer) in bind_buffer()
76 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_join_buffer.h47 typedef struct st_cache_field { struct
65 st_cache_field *next_copy_rowid; argument
67 uint blob_length; /**< length of the blob to be copied */
68 uint offset; /**< field offset to be saved in cache buffer */
70 void bind_buffer(uchar *buffer) in bind_buffer()
76 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_join_buffer.h47 typedef struct st_cache_field { struct
65 st_cache_field *next_copy_rowid; argument
67 uint blob_length; /**< length of the blob to be copied */
68 uint offset; /**< field offset to be saved in cache buffer */
70 void bind_buffer(uchar *buffer) in bind_buffer()
76 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_join_buffer.h47 typedef struct st_cache_field { struct
65 st_cache_field *next_copy_rowid; argument
67 uint blob_length; /**< length of the blob to be copied */
68 uint offset; /**< field offset to be saved in cache buffer */
70 void bind_buffer(uchar *buffer) in bind_buffer()
76 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_join_buffer.h47 typedef struct st_cache_field { struct
65 st_cache_field *next_copy_rowid; argument
67 uint blob_length; /**< length of the blob to be copied */
68 uint offset; /**< field offset to be saved in cache buffer */
70 void bind_buffer(uchar *buffer) in bind_buffer()
76 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_join_buffer.h44 typedef struct st_cache_field { struct
62 st_cache_field *next_copy_rowid; argument
64 uint blob_length; /**< length of the blob to be copied */
65 uint offset; /**< field offset to be saved in cache buffer */
67 void bind_buffer(uchar *buffer) in bind_buffer()
73 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_join_buffer.h47 typedef struct st_cache_field { struct
65 st_cache_field *next_copy_rowid; argument
67 uint blob_length; /**< length of the blob to be copied */
68 uint offset; /**< field offset to be saved in cache buffer */
70 void bind_buffer(uchar *buffer) in bind_buffer()
76 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_join_buffer.h44 typedef struct st_cache_field { struct
62 st_cache_field *next_copy_rowid; argument
64 uint blob_length; /**< length of the blob to be copied */
65 uint offset; /**< field offset to be saved in cache buffer */
67 void bind_buffer(uchar *buffer) in bind_buffer()
73 bool buffer_is_bound() const { return str != NULL; } in buffer_is_bound()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_join_cache.h41 typedef struct st_cache_field { struct
42 uchar *str; /**< buffer from/to where the field is to be copied */
43 uint length; /**< maximal number of bytes to be copied from/to str */
48 Field *field;
49 uint type; /**< category of the of the copied field (CACHE_BLOB et al.) */
57 uint referenced_field_no;
59 uint blob_length; /**< length of the blob to be copied */
60 uint offset; /**< field offset to be saved in cache buffer */
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_join_cache.h41 typedef struct st_cache_field { struct
42 uchar *str; /**< buffer from/to where the field is to be copied */
43 uint length; /**< maximal number of bytes to be copied from/to str */
48 Field *field;
49 uint type; /**< category of the of the copied field (CACHE_BLOB et al.) */
57 uint referenced_field_no;
59 uint blob_length; /**< length of the blob to be copied */
60 uint offset; /**< field offset to be saved in cache buffer */
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_join_cache.h41 typedef struct st_cache_field { struct
42 uchar *str; /**< buffer from/to where the field is to be copied */
43 uint length; /**< maximal number of bytes to be copied from/to str */
48 Field *field;
49 uint type; /**< category of the of the copied field (CACHE_BLOB et al.) */
57 uint referenced_field_no;
59 uint blob_length; /**< length of the blob to be copied */
60 uint offset; /**< field offset to be saved in cache buffer */
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_join_cache.h41 typedef struct st_cache_field { struct
42 uchar *str; /**< buffer from/to where the field is to be copied */
43 uint length; /**< maximal number of bytes to be copied from/to str */
48 Field *field;
49 uint type; /**< category of the of the copied field (CACHE_BLOB et al.) */
57 uint referenced_field_no;
59 uint blob_length; /**< length of the blob to be copied */
60 uint offset; /**< field offset to be saved in cache buffer */
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_join_cache.h41 typedef struct st_cache_field { struct
42 uchar *str; /**< buffer from/to where the field is to be copied */
43 uint length; /**< maximal number of bytes to be copied from/to str */
48 Field *field;
49 uint type; /**< category of the of the copied field (CACHE_BLOB et al.) */
57 uint referenced_field_no;
59 uint blob_length; /**< length of the blob to be copied */
60 uint offset; /**< field offset to be saved in cache buffer */
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_select.h114 typedef struct st_cache_field { struct
115 uchar *str;
116 uint length, blob_length;
117 Field *field;
118 uint type; /**< category of the of the copied field (CACHE_BLOB et al.) */