Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libmysql] include "udf_registration_types.h" error #3071

Closed
jmin911 opened this issue Mar 19, 2018 · 3 comments
Closed

[libmysql] include "udf_registration_types.h" error #3071

jmin911 opened this issue Mar 19, 2018 · 3 comments

Comments

@jmin911
Copy link

jmin911 commented Mar 19, 2018

ver 8.0.4 builds the lib, but app compile fails:
cannot find the include file udf_registration_types.h
In mysql_com.h file, line 1007, the code is
#include <mysql/udf_registration_types.h>

It should be
#include "mysql/udf_registration_types.h"

@ras0219-msft
Copy link
Contributor

Thanks for posting this issue!

Which app compilation are you talking about? Could you please provide detailed repro steps?

@ras0219-msft ras0219-msft added requires:repro The issue is not currently repro-able and removed requires:repro The issue is not currently repro-able labels Mar 19, 2018
@ras0219-msft
Copy link
Contributor

Actually, I see the issue now. Thanks! A fix should be in master.

@kuskovrodion
Copy link

@ras0219-msft Hey ! Can u tell me how did u fix that problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants