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

Result not returned from Store Procedure #282

Closed
arjitkgupta opened this issue Oct 8, 2014 · 1 comment
Closed

Result not returned from Store Procedure #282

arjitkgupta opened this issue Oct 8, 2014 · 1 comment

Comments

@arjitkgupta
Copy link

I have added
clientMultiStatements |
clientMultiResults | to line 209 in packet.go from #66

After executing first stored procedure. Every time next sp is called i got
[MySQL] 2014/10/08 17:25:51 packets.go:356: Busy buffer
[MySQL] 2014/10/08 17:25:51 packets.go:337: Busy buffer
messages every time but the data is returned after n number of execution

error
Query Execution Failed Commands out of sync. Did you run multiple statements at once?
is returned and no data is returned.

Please have a look into the issue

@julienschmidt
Copy link
Member

There is a reason why clientMultiStatements | clientMultiResults is not in there.

@go-sql-driver go-sql-driver locked and limited conversation to collaborators Oct 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants