We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error this.throwError(new Error("unknown charset : '" + value + "'"), info);
this.throwError(new Error("unknown charset : '" + value + "'"), info);
originates under some conditions at this line, possibly because this is referenced within a static function.
this
The text was updated successfully, but these errors were encountered:
misc - correct character_set_client unexpect error parsing OK_Packet #…
c8eb320
…177
thanks for releving that issue. corrected in develop banch, and will be part of 2.5.6 release
Sorry, something went wrong.
No branches or pull requests
The error
this.throwError(new Error("unknown charset : '" + value + "'"), info);originates under some conditions at this line, possibly because
thisis referenced within a static function.The text was updated successfully, but these errors were encountered: