[MDEV-417] atomics not used in MariaDB 5.5 on Windows, because of typo in include/atomic/nolock.h Created: 2012-07-30 Updated: 2012-07-30 Resolved: 2012-07-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is a typo in include/atomic/nolock.h, which prevents atomics to be used on Windows. The correct builtin macro that to detect Microsoft compiler detection is _MSC_VERSION, not _MSV_VERSION The bug was introduced by revid:mikael@mysql.com-20091219074637-x0ekq50wn201nfod |