We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In PoolCluster.prototype.getConnection, the variable "namespace" is used without declaration.
Release: alpha9 File: PoolCluster.js Line no: 69
namespace = this.of();
should be
var namespace = this.of();
The text was updated successfully, but these errors were encountered:
Fixed mysqljs#588 missing variable declaration
e5a980c
Merge pull request #613 from rwky/master
e1fc958
Fixed #588 missing variable declaration
Fixed mysqljs/mysql#588 missing variable declaration
84b700f
5996cb8
Successfully merging a pull request may close this issue.
In PoolCluster.prototype.getConnection, the variable "namespace" is used without declaration.
Release: alpha9
File: PoolCluster.js
Line no: 69
should be
The text was updated successfully, but these errors were encountered: