• Marko Mäkelä's avatar
    MDEV-34515: Fix a bogus debug assertion · 36ab75a4
    Marko Mäkelä authored
    purge_sys_t::stop_FTS(): Fix an incorrect debug assertion that
    commit d58734d7 added.
    The assertion would fail if there had been prior invocations of
    purge_sys.stop_SYS() without purge_sys.resume_SYS().
    The intention of the assertion is to check that number of pending
    stop_FTS() stays below 65536.
    36ab75a4
srv0srv.cc 54.6 KB