mirror of https://github.com/MariaDB/server
Browse Source
purge_sys_t::stop_FTS(): Fix an incorrect debug assertion that
commit d58734d781
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.
pull/3483/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue