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

Excess blank main() prevents importing in any program #3

Open
Abscissa opened this issue Jun 3, 2012 · 2 comments
Open

Excess blank main() prevents importing in any program #3

Abscissa opened this issue Jun 3, 2012 · 2 comments

Comments

@Abscissa
Copy link

Abscissa commented Jun 3, 2012

There's a blank main() function at the end of mysql.d. This causes a linker error ("Previous Definition Different : __Dmain") when trying to actually use mysqln in a program (which would naturally have its own main).

@Abscissa
Copy link
Author

Abscissa commented Jun 3, 2012

FWIW, this has been fixed in this fork/branch:

https://github.com/simendsjo/mysqln/tree/misc-cleanups

So if this repo is still alive, the fix just needs to be come back upstream.

@simendsjo
Copy link

Not sure if this repo is alive. I don't think anyone has heard from Teale in a long time. Right now, there is no master branch as I'm aware of.. I'll continue to work on that branch during the summer, but it would probably be best if we could merge the different efforts. Want to be the new maintainer while we wait for Teale to emerge from hiding? :)

sshamov referenced this issue in sshamov/mysql-native Nov 11, 2012
Fixed bug with capability flags
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

2 participants