Home
last modified time | relevance | path

Searched refs:null_bitmap_bytes (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_prepare.cc3339 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check() local
3340 uint min_len_for_param_count = null_bitmap_bytes in stmt_execute_packet_sanity_check()
3345 if ((read_types= packet[null_bitmap_bytes])) in stmt_execute_packet_sanity_check()
3353 if (packet[null_bitmap_bytes] != '\1') in stmt_execute_packet_sanity_check()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_prepare.cc3339 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check() local
3340 uint min_len_for_param_count = null_bitmap_bytes in stmt_execute_packet_sanity_check()
3345 if ((read_types= packet[null_bitmap_bytes])) in stmt_execute_packet_sanity_check()
3353 if (packet[null_bitmap_bytes] != '\1') in stmt_execute_packet_sanity_check()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_prepare.cc3316 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8);
3317 uint min_len_for_param_count = null_bitmap_bytes
3322 if ((read_types= packet[null_bitmap_bytes]))
3330 if (packet[null_bitmap_bytes] != '\1')
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_prepare.cc3316 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8);
3317 uint min_len_for_param_count = null_bitmap_bytes
3322 if ((read_types= packet[null_bitmap_bytes]))
3330 if (packet[null_bitmap_bytes] != '\1')
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_prepare.cc3333 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check() local
3334 uint min_len_for_param_count = null_bitmap_bytes in stmt_execute_packet_sanity_check()
3339 if ((read_types= packet[null_bitmap_bytes])) in stmt_execute_packet_sanity_check()
3347 if (packet[null_bitmap_bytes] != '\1') in stmt_execute_packet_sanity_check()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_prepare.cc3333 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check() local
3334 uint min_len_for_param_count = null_bitmap_bytes in stmt_execute_packet_sanity_check()
3339 if ((read_types= packet[null_bitmap_bytes])) in stmt_execute_packet_sanity_check()
3347 if (packet[null_bitmap_bytes] != '\1') in stmt_execute_packet_sanity_check()