[CONC-101] dlerror() redifined Created: 2014-07-13 Updated: 2014-07-14 Resolved: 2014-07-14 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | René Cannaò | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
From my_global.h :
Why is that? For comparison, in MySQL my_global.h :
MySQL my_global.h (rightfully) redefines dlerror() if HAVE_DLERROR is not defined, while MariaDB client library redefines dlerror() if HAVE_DLERROR is defined. |
| Comments |
| Comment by René Cannaò [ 2014-07-13 ] | ||||
|
The consequence of this is that if I include my_global.h , dlerror() doesn't work anymore and I can't verify if dynamic linking loader is working correctly. The workaround I am using is to add the follow after I include my_global.h :
| ||||
| Comment by Georg Richter [ 2014-07-14 ] | ||||
|
Fixed in rev. 148. |