[MDEV-18289] perfschema.bad_option_3 fails with timeout : innodb hangs on shutdown, waiting for thd_destructor_proxy Created: 2019-01-17 Updated: 2019-01-17 Resolved: 2019-01-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.2, 10.2.22, 10.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
can be seen e.g in "shutdown" thread waits for thd_destructor_thread
correspondng code
thd_destructor_thread at the same time waits for a condition
corresponding code
|