[CONC-114] mariadbclient.lib doesn't have all symbols. Created: 2014-11-13 Updated: 2014-12-09 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Abhishek | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Visual studio 2010 on Windows 8 Cmake version-2.8.11.2. |
||
| Issue Links: |
|
||||||||
| Description |
|
First Compilation fails on my setup for mariadbclient revision 160 using Cmake . |
| Comments |
| Comment by Abhishek [ 2014-11-14 ] | |||||||||||||||||||||||||||||||||
|
This issue is not fixed in revision-166. I am getting same 'external symbol not found' error. | |||||||||||||||||||||||||||||||||
| Comment by Georg Richter [ 2014-12-09 ] | |||||||||||||||||||||||||||||||||
|
I'm not able to reproduce it:
Test program (added in rev. 167)
| |||||||||||||||||||||||||||||||||
| Comment by Abhishek [ 2014-12-09 ] | |||||||||||||||||||||||||||||||||
|
In Test program (added in rev. 167) static int test_conc_114(MYSQL *mysql) diag("Error: %s", mysql_error(mysql)); output- error- | |||||||||||||||||||||||||||||||||
| Comment by Georg Richter [ 2014-12-09 ] | |||||||||||||||||||||||||||||||||
|
Did you branch a new tree from launchpad or did you just pull rev. 167? If latter one, try to remove CMakeCache.txt and run cmake again. | |||||||||||||||||||||||||||||||||
| Comment by Abhishek [ 2014-12-09 ] | |||||||||||||||||||||||||||||||||
|
I branch a new tree. Revision: Added test case for conc-114 | |||||||||||||||||||||||||||||||||
| Comment by Georg Richter [ 2014-12-09 ] | |||||||||||||||||||||||||||||||||
|
my fault: pushed from wrong tree (on linux tree #include <mysql/client_plugin.h>) was missing in misc.c. This might be also the cause for your problems: In your appllication you need to explicitly include <mysql/client_plugin.h>- | |||||||||||||||||||||||||||||||||
| Comment by Abhishek [ 2014-12-09 ] | |||||||||||||||||||||||||||||||||
|
Revision: Added test case for conc-114 output- error- I included <mysql/client_plugin.h> in my application. |