Source
262
262
zbx_free(result);
263
263
}
264
264
265
265
int __wrap_zbx_db_execute(const char *fmt, ...)
266
266
{
267
267
ZBX_UNUSED(fmt);
268
268
269
269
return 0;
270
270
}
271
271
272
-
int __wrap_zbx_db_execute_multiple_query(const char *query, const char *field_name, zbx_vector_uint64_t *ids)
272
+
int __wrap_zbx_db_execute_multiple_query(const char *query, const char *field_name, const zbx_vector_uint64_t *ids)
273
273
{
274
274
ZBX_UNUSED(query);
275
275
ZBX_UNUSED(field_name);
276
276
ZBX_UNUSED(ids);
277
277
278
278
return SUCCEED;
279
279
}
280
280
281
281
void __wrap_zbx_db_begin(void)
282
282
{