Werk #8272: Fix Livestatus query for column fixed in table downtimes for newly created downtimes
Component | The Checkmk Micro Core | ||
Title | Fix Livestatus query for column fixed in table downtimes for newly created downtimes | ||
Date | Jun 10, 2015 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
This column would show large random integer values instead of 0 and 1. After a core restart the value was correct. This was due to a type mismatch (int vs. bool) in the implementation und probably due to a compiler optimization.