-
Notifications
You must be signed in to change notification settings - Fork 24
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
pquery SQL is failing with ERROR: 2014 - Commands out of sync; you can't run this command now
#25
Comments
@abychko I think mysql server-side error message is printing as Sample pquery log
Following SQL statements are failed in pquery
These statements are also failing in mysql client program.
It will be great if we can print server-side error messages in pquery sql output. |
it looks like issue related to stored procedures. they are returning a set of row sets, so it needs one more loop at top level to handle such complex results |
pquery SQL is failing with
ERROR: 2014 - Commands out of sync; you can't run this command now
.SQL file info : https://github.com/Percona-QA/percona-qa/blob/master/pquery/pxc-main-ms-ps-md.sql.tar.xz
The text was updated successfully, but these errors were encountered: