Created
August 16, 2010 09:02
-
-
Save FrankGrimm/526663 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test-client-connect.js test-client-query.js | |
[root@speicher node-mysql]# node test/system/test-client-connect.js | |
{ length: 52 | |
, received: 52 | |
, number: 0 | |
, type: 0 | |
, protocolVersion: 10 | |
, serverVersion: '5.0.45' | |
, threadId: 132500 | |
, scrambleBuffer: <Buffer 66 3c 37 3d 6c 2b 2f 47 59 6b 2e 41 3c 48 35 70 56 3f 77 5b> | |
, serverCapabilities: 41516 | |
, serverLanguage: 8 | |
, serverStatus: 2 | |
} | |
{ length: 1 | |
, received: 1 | |
, number: 2 | |
, type: 3 | |
, fieldCount: 0 | |
} | |
/usr/local/lib/node/.npm/gently/0.7.0/package/lib/gently/gently.js:109 | |
throw new Error | |
^ | |
Error: Expected call to connectCb() did not happen (process exit) | |
at Gently.verify (/usr/local/lib/node/.npm/gently/0.7.0/package/lib/gently/gently.js:109:9) | |
at EventEmitter.<anonymous> (/usr/local/lib/node/.npm/gently/0.7.0/package/lib/gently/gently.js:9:10) | |
at EventEmitter.emit (events:43:20) | |
at node.js:269:9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment