[MDEV-11148] undeclared identifier 'debug_sync_set_action' Created: 2016-10-26 Updated: 2016-11-02 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 5.5.53 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | gfischer | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | 5.5, clang, freebsd | ||
| Environment: |
FreeBSD 10.3, x86, clang 3.4.1 |
||
| Description |
|
built with:
as you can see ENABLE_DEBUG_SYNC is off. maybe something slipped through the cracks. |
| Comments |
| Comment by Elena Stepanova [ 2016-11-02 ] | ||
|
clang is unimportant here. CMAKE_BUILD_TYPE=None apparently causes the confusion. The following is enough to reproduce (e.g. on Jessie):
|