[MDEV-4048] check that plugins_foreach isn't called under thd->LOCK_ha_data Created: 2013-01-15 Updated: 2013-03-23 Resolved: 2013-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.2 |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Description |
|
check that plugins_foreach isn't called under thd->LOCK_ha_data. either with mysql_mutex_assert_not_owner() note this change:
|