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.
1 parent c4d5458 commit 590cdefCopy full SHA for 590cdef
lib/connection.js
@@ -42,7 +42,7 @@ class Connection extends EventEmitter {
42
// TODO: use `/usr/local/mysql/bin/mysql_config --socket` output? as default socketPath
43
// if there is no host/port and no socketPath parameters?
44
if (!opts.config.stream) {
45
- this.stream = getStream(!!opts.config.ssl);
+ this.stream = getStream(opts.config.ssl);
46
if (opts.config.socketPath) {
47
// FIXME
48
this.stream.connect(opts.config.socketPath);
0 commit comments