Comment 16 for bug 1368552

Revision history for this message
Yura Sorokin (yura-sorokin) wrote :

It looks like "innodb_sched_priority_purge_update()" does not take into account that "SET GLOBAL innodb_sched_priority_purge = xxx" can be called when purge threads are disabled.
Therefore, we run into the following assertion
"ut_ad(purge_sys->state == PURGE_STATE_RUN);"