- 
    Problem report 
- 
    Resolution: Fixed
- 
    Trivial 
- 
    5.0.2
- 
    None
- 
    Oracle
- 
        Sprint 67 (Aug 2020), Sprint 68 (Sep 2020)
- 
        0.125
libs/zbxdbhigh/host.c:DBhost_prototypes_save()
	if (new_hosts != host_prototypes->values_num || 0 != upd_group_prototypes)
	{
		sql1 = (char *)zbx_malloc(sql1, sql1_alloc);
		DBbegin_multiple_update(&sql1, &sql1_alloc, &sql1_offset);
	}
When only host macros are being updated the DBbegin_multiple_update() is not called, which should break the update sql query on Oracle.
- caused by
- 
                    ZBXNEXT-2297 Add macro creation/edition for host prototypes -         
- Closed
 
-