Home
last modified time | relevance | path

Searched refs:bulk_op (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_bulk.py177 for bulk_op in requests:
179 ConfigurationError, self.coll.bulk_write, [bulk_op])
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_prepare.cc3331 bool bulk_op, bool direct_exec, in stmt_execute_packet_sanity_check() argument
3335 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in stmt_execute_packet_sanity_check()
3339 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check()
3341 + (bulk_op ? 0 : 1); /* sent types byte */ in stmt_execute_packet_sanity_check()
3343 if (!bulk_op && packet_length >= min_len_for_param_count) in stmt_execute_packet_sanity_check()
3411 bool bulk_op, in mysql_stmt_execute_common() argument
3420 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in mysql_stmt_execute_common()
3441 if (stmt_execute_packet_sanity_check(stmt, packet, packet_end, bulk_op, in mysql_stmt_execute_common()
3459 DBUG_PRINT("info",("stmt: %p bulk_op %d", stmt, bulk_op)); in mysql_stmt_execute_common()
3464 if (!bulk_op) in mysql_stmt_execute_common()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_prepare.cc3331 bool bulk_op, bool direct_exec, in stmt_execute_packet_sanity_check() argument
3335 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in stmt_execute_packet_sanity_check()
3339 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check()
3341 + (bulk_op ? 0 : 1); /* sent types byte */ in stmt_execute_packet_sanity_check()
3343 if (!bulk_op && packet_length >= min_len_for_param_count) in stmt_execute_packet_sanity_check()
3411 bool bulk_op, in mysql_stmt_execute_common() argument
3420 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in mysql_stmt_execute_common()
3441 if (stmt_execute_packet_sanity_check(stmt, packet, packet_end, bulk_op, in mysql_stmt_execute_common()
3459 DBUG_PRINT("info",("stmt: %p bulk_op %d", stmt, bulk_op)); in mysql_stmt_execute_common()
3464 if (!bulk_op) in mysql_stmt_execute_common()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_prepare.cc3308 bool bulk_op, bool direct_exec,
3312 DBUG_ASSERT((!read_types) || (read_types && bulk_op));
3316 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8);
3318 + (bulk_op ? 0 : 1); /* sent types byte */
3320 if (!bulk_op && packet_length >= min_len_for_param_count)
3388 bool bulk_op,
3397 DBUG_ASSERT((!read_types) || (read_types && bulk_op));
3418 if (stmt_execute_packet_sanity_check(stmt, packet, packet_end, bulk_op,
3431 DBUG_PRINT("info",("stmt: %p bulk_op %d", stmt, bulk_op));
3436 if (!bulk_op)
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_prepare.cc3308 bool bulk_op, bool direct_exec,
3312 DBUG_ASSERT((!read_types) || (read_types && bulk_op));
3316 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8);
3318 + (bulk_op ? 0 : 1); /* sent types byte */
3320 if (!bulk_op && packet_length >= min_len_for_param_count)
3388 bool bulk_op,
3397 DBUG_ASSERT((!read_types) || (read_types && bulk_op));
3418 if (stmt_execute_packet_sanity_check(stmt, packet, packet_end, bulk_op,
3431 DBUG_PRINT("info",("stmt: %p bulk_op %d", stmt, bulk_op));
3436 if (!bulk_op)
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-bulk.c3203 mongoc_bulk_operation_t *bulk_op; in test_bulk_edge_over_1000() local
3218 bulk_op = mongoc_collection_create_bulk_operation (collection, false, wc); in test_bulk_edge_over_1000()
3224 mongoc_bulk_operation_insert (bulk_op, &doc); in test_bulk_edge_over_1000()
3229 mongoc_bulk_operation_execute (bulk_op, NULL, &error); in test_bulk_edge_over_1000()
3231 mongoc_bulk_operation_destroy (bulk_op); in test_bulk_edge_over_1000()
3233 bulk_op = mongoc_collection_create_bulk_operation (collection, false, wc); in test_bulk_edge_over_1000()
3238 mongoc_bulk_operation_insert (bulk_op, &doc); in test_bulk_edge_over_1000()
3243 mongoc_bulk_operation_execute (bulk_op, &result, &error); in test_bulk_edge_over_1000()
3262 mongoc_bulk_operation_destroy (bulk_op); in test_bulk_edge_over_1000()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_prepare.cc3325 bool bulk_op, bool direct_exec, in stmt_execute_packet_sanity_check() argument
3329 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in stmt_execute_packet_sanity_check()
3333 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check()
3335 + (bulk_op ? 0 : 1); /* sent types byte */ in stmt_execute_packet_sanity_check()
3337 if (!bulk_op && packet_length >= min_len_for_param_count) in stmt_execute_packet_sanity_check()
3405 bool bulk_op, in mysql_stmt_execute_common() argument
3414 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in mysql_stmt_execute_common()
3444 if (stmt_execute_packet_sanity_check(stmt, packet, packet_end, bulk_op, in mysql_stmt_execute_common()
3462 DBUG_PRINT("info",("stmt: %p bulk_op %d", stmt, bulk_op)); in mysql_stmt_execute_common()
3469 if (!bulk_op) in mysql_stmt_execute_common()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_prepare.cc3325 bool bulk_op, bool direct_exec, in stmt_execute_packet_sanity_check() argument
3329 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in stmt_execute_packet_sanity_check()
3333 uint null_bitmap_bytes= (bulk_op ? 0 : (stmt->param_count + 7)/8); in stmt_execute_packet_sanity_check()
3335 + (bulk_op ? 0 : 1); /* sent types byte */ in stmt_execute_packet_sanity_check()
3337 if (!bulk_op && packet_length >= min_len_for_param_count) in stmt_execute_packet_sanity_check()
3405 bool bulk_op, in mysql_stmt_execute_common() argument
3414 DBUG_ASSERT((!read_types) || (read_types && bulk_op)); in mysql_stmt_execute_common()
3444 if (stmt_execute_packet_sanity_check(stmt, packet, packet_end, bulk_op, in mysql_stmt_execute_common()
3462 DBUG_PRINT("info",("stmt: %p bulk_op %d", stmt, bulk_op)); in mysql_stmt_execute_common()
3469 if (!bulk_op) in mysql_stmt_execute_common()