[MDEV-20324] Galera threads are not registered to performance schema Created: 2019-08-12 Updated: 2019-08-20 Resolved: 2019-08-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.27, 10.3.18, 10.4.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
wsrep patch uses pthread_create() when it should use mysql_thread_create() to make threads visible for performance schema. |