Home
last modified time | relevance | path

Searched refs:mysql_length_bytes (Results 1 – 25 of 76) sorted by relevance

1234

/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/include/
H A Drow0mysql.h559 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/include/
H A Drow0mysql.h650 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/include/
H A Drow0mysql.h649 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/include/
H A Drow0mysql.h637 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/include/
H A Drow0mysql.h650 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Drow0mysql.h545 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Drow0mysql.h545 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Drow0mysql.h545 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Drow0mysql.h544 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Drow0mysql.h544 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/include/
H A Drow0mysql.h637 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Drow0mysql.h545 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/include/
H A Drow0mysql.h718 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/include/
H A Drow0mysql.h718 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/include/
H A Drow0mysql.h718 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/include/
H A Drow0mysql.h734 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/include/
H A Drow0mysql.h734 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/include/
H A Drow0mysql.h734 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Drow0mysql.h507 ulint mysql_length_bytes; /*!< if mysql_type member
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/row/
H A Drow0sel.c2606 dest, len, templ->mysql_length_bytes); in row_sel_field_store_in_mysql_format()
3196 &len, cache, templ->mysql_length_bytes); in row_sel_copy_cached_field_for_mysql()
3197 len += templ->mysql_length_bytes; in row_sel_copy_cached_field_for_mysql()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/
H A Dha_tokudb.cc903 uint32_t mysql_length_bytes in get_var_data_length() argument
907 switch(mysql_length_bytes) { in get_var_data_length()
925 uint32_t mysql_length_bytes, //number of bytes used to store length in from_mysql in pack_var_field() argument
929 uint data_length = get_var_data_length(from_mysql, mysql_length_bytes); in pack_var_field()
934 from_mysql + mysql_length_bytes, in pack_var_field()
944 uint32_t mysql_length_bytes in unpack_var_field() argument
950 switch (mysql_length_bytes) { in unpack_var_field()
963 memcpy(to_mysql+mysql_length_bytes, from_tokudb_data, from_tokudb_data_len); in unpack_var_field()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/
H A Dha_tokudb.cc903 uint32_t mysql_length_bytes in get_var_data_length() argument
907 switch(mysql_length_bytes) { in get_var_data_length()
925 uint32_t mysql_length_bytes, //number of bytes used to store length in from_mysql in pack_var_field() argument
929 uint data_length = get_var_data_length(from_mysql, mysql_length_bytes); in pack_var_field()
934 from_mysql + mysql_length_bytes, in pack_var_field()
944 uint32_t mysql_length_bytes in unpack_var_field() argument
950 switch (mysql_length_bytes) { in unpack_var_field()
963 memcpy(to_mysql+mysql_length_bytes, from_tokudb_data, from_tokudb_data_len); in unpack_var_field()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/
H A Dha_tokudb.cc888 uint32_t mysql_length_bytes in get_var_data_length() argument
892 switch(mysql_length_bytes) { in get_var_data_length()
910 uint32_t mysql_length_bytes, //number of bytes used to store length in from_mysql in pack_var_field() argument
914 uint data_length = get_var_data_length(from_mysql, mysql_length_bytes); in pack_var_field()
919 from_mysql + mysql_length_bytes, in pack_var_field()
929 uint32_t mysql_length_bytes in unpack_var_field() argument
935 switch (mysql_length_bytes) { in unpack_var_field()
948 memcpy(to_mysql+mysql_length_bytes, from_tokudb_data, from_tokudb_data_len); in unpack_var_field()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/
H A Dha_tokudb.cc888 uint32_t mysql_length_bytes in get_var_data_length() argument
892 switch(mysql_length_bytes) { in get_var_data_length()
910 uint32_t mysql_length_bytes, //number of bytes used to store length in from_mysql in pack_var_field() argument
914 uint data_length = get_var_data_length(from_mysql, mysql_length_bytes); in pack_var_field()
919 from_mysql + mysql_length_bytes, in pack_var_field()
929 uint32_t mysql_length_bytes in unpack_var_field() argument
935 switch (mysql_length_bytes) { in unpack_var_field()
948 memcpy(to_mysql+mysql_length_bytes, from_tokudb_data, from_tokudb_data_len); in unpack_var_field()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/
H A Dha_tokudb.cc888 uint32_t mysql_length_bytes in get_var_data_length() argument
892 switch(mysql_length_bytes) { in get_var_data_length()
910 uint32_t mysql_length_bytes, //number of bytes used to store length in from_mysql in pack_var_field() argument
914 uint data_length = get_var_data_length(from_mysql, mysql_length_bytes); in pack_var_field()
919 from_mysql + mysql_length_bytes, in pack_var_field()
929 uint32_t mysql_length_bytes in unpack_var_field() argument
935 switch (mysql_length_bytes) { in unpack_var_field()
948 memcpy(to_mysql+mysql_length_bytes, from_tokudb_data, from_tokudb_data_len); in unpack_var_field()

1234