[MDEV-8111] remove "fast mutexes" Created: 2015-05-06 Updated: 2016-06-01 Resolved: 2015-11-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Sprint: | 10.2.0-1 | ||||
| Description |
|
They aren't faster than normal mutexes. They're disabled by default for years, so de facto it's dead code, never used. |
| Comments |
| Comment by Sergey Vojtovich [ 2015-11-19 ] |
|
serg, please review patch for this task. |
| Comment by Sergei Golubchik [ 2015-11-20 ] |
|
I don't think I need to review this. If you think it's ok to push, go ahead and push. |
| Comment by Elena Stepanova [ 2016-06-01 ] |
|
Just to keep a note of it, since it's already been discussed on IRC and ruled out as unimportant (or rather harmless) – Mroonga still has MY_PTHREAD_FASTMUTEX. |