MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
same assertion with spider. spider status variables didn't expect to be queried from a different thread without LOCK_thd_data. And they didn't expect to be queried under LOCK_thd_data either (because spider_get_trx() calls thd_set_ha_data()).
Showing
Please register or sign in to comment