Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Unable to compile with mysql connector/c 8.0 #37

Closed
RavenX8 opened this issue Jul 15, 2018 · 2 comments
Closed

Unable to compile with mysql connector/c 8.0 #37

RavenX8 opened this issue Jul 15, 2018 · 2 comments

Comments

@RavenX8
Copy link
Contributor

RavenX8 commented Jul 15, 2018

OS: windows
Arch: x64
Compiler: VS2017 Community Update 5
Connector: Mysql 8.0 Connector/C (installed with mysql server 8)
Standard: C++-17

In 8.0 they removed my_bool and replaced it with the normal bool type. This causes the library to fail comp.

https://dev.mysql.com/doc/refman/8.0/en/c-api-prepared-statement-data-structures.html

@RavenX8
Copy link
Contributor Author

RavenX8 commented Sep 4, 2018

Looks like this should be fixed by 7112034.

I'll test when I get home.

@rbock
Copy link
Owner

rbock commented Oct 3, 2018

I consider this fixed for now.

@rbock rbock closed this as completed Oct 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants