[MDEV-8241] Debug build on Windows is broken: error LNK2019: unresolved external symbol pthread_detach referenced in function ma_checkpoint_init Created: 2015-05-28 Updated: 2018-09-21 Resolved: 2015-05-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Platform Windows |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/win32-debug2/builds/7768/steps/build/logs/stdio
Apparently it was introduced by this commit:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2015-05-28 ] |
|
revision-id: 52c36874e251c3ac5ff0f925c8133074166d481d
pthread_detach() replaced with pthread_detach_this_thread() pthread_detach_this_thread() definition fixed — |
| Comment by Oleksandr Byelkin [ 2015-05-28 ] |
|
Compilation on winowds passed (build from other reasons) https://buildbot.askmonty.org/buildbot/grid?branch=bb-10.1-MDEV-8241&category=main (waiting fof windows build) |
| Comment by Sergei Golubchik [ 2015-05-29 ] |
|
ok to push |