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

goinstall version is not the latest #55

Open
edwardrf opened this issue Aug 31, 2011 · 1 comment
Open

goinstall version is not the latest #55

edwardrf opened this issue Aug 31, 2011 · 1 comment

Comments

@edwardrf
Copy link
Collaborator

I installed the GoMySQL using goinstall

goinstall github.com/Philio/GoMySQL

And cloned a version from github, the diff on statement.go shows on

612c612
<   err = s.c.command(COM_STMT_RESET, s.statementId)

---
>   err = s.c.command(COM_STMT_CLOSE, s.statementId)

Which exactly what thomas has commited for the latest version.

@seabre
Copy link

seabre commented Feb 21, 2012

This might be a dumb question, but do you already have an older release of GoMySQL installed?

If so, just do goinstall -a -u. That will update, recompile, and reinstall all goinstalled packages.

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