[CONC-121] Wrong MACHINE_TYPE defined for win32 release Created: 2015-02-06 Updated: 2015-02-08 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Julian Smythe | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MARIADB_MACHINE_TYPE in mysql_version.h on the 32-bit Windows release of the library is incorrectly defined as "AMD64", where it used to be "x86" in the previous release (2.0). |
| Comments |
| Comment by Georg Richter [ 2015-02-08 ] |
|
fixed in commit ad50f9cdf1e0f34930858fea53478d8a5ec13cd2 my_config.h instead of my_config.h.in was included by mistake in source packages - it will be created during cmake process. Please note that we moved from bzr to github: |