Source
270
270
zbx_free(result);
271
271
}
272
272
273
273
int __wrap___zbx_db_execute(const char *fmt, ...)
274
274
{
275
275
ZBX_UNUSED(fmt);
276
276
277
277
return 0;
278
278
}
279
279
280
-
int __wrap_zbx_db_execute_multiple_query(const char *query, const char *field_name, zbx_vector_uint64_t *ids)
280
+
int __wrap_zbx_db_execute_multiple_query(const char *query, const char *field_name, const zbx_vector_uint64_t *ids)
281
281
{
282
282
ZBX_UNUSED(query);
283
283
ZBX_UNUSED(field_name);
284
284
ZBX_UNUSED(ids);
285
285
286
286
return SUCCEED;
287
287
}
288
288
289
289
void __wrap_zbx_db_begin(void)
290
290
{