• Marko Mäkelä's avatar
    MDEV-19740: Remove some broken InnoDB systemd code · 94e66559
    Marko Mäkelä authored
    GCC 9.1.1 noticed that sd_notifyf() was always being invoked with
    str=NULL argument for "%s". This code was added in
    commit 2e814d47
    but not mentioned in the commit comment.
    
    The STATUS messages for systemd matter during startup and shutdown,
    and should not be emitted during normal operation.
    
    ib_senderrf(): Remove the potentially harmful sd_notifyf() calls.
    94e66559
ha_innodb.cc 636 KB