This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Description
Running the simplest connection test under the latest version of node-mysql (masuidrive-node-mysql-9a75066) using node 0.1.92 installed on top of 0.1.33. I'm receiving the following error:
Error: Uncaught, unspecfied 'error' event.
at [object Object].emit (events:13:15)
at [object Object].emitError (/home/gondola/nodescripts/lib/mysql/node-promise.js:66:15)
at [object Object].write (/home/gondola/nodescripts/lib/mysql/connection.js:145:10)
at [object Object]. (/home/gondola/nodescripts/lib/mysql/protocol.js:153:12)
at /home/gondola/nodescripts/lib/mysql/utils.js:2:36
at EventEmitter._tickCallback (node.js:60:5)
at node.js:164:9
Running the node test.real_mysql.js gives me an error as well:
$ node test.real_mysql.js
Success: createConnection
Error: ENOTCONN, Transport endpoint is not connected
at Stream._shutdown (net:865:22)
at Stream.flush (net:662:12)
at Stream.end (net:892:12)
at [object Object].close (/home/gondola/nodescripts/masuidrive-node-mysql-9a75066/lib/mysql/node-socket.js:58:29)
at [object Object].close (/home/gondola/nodescripts/masuidrive-node-mysql-9a75066/lib/mysql/connection.js:43:17)
at [object Object]. (/home/gondola/nodescripts/masuidrive-node-mysql-9a75066/lib/mysql/protocol.js:57:16)
at /home/gondola/nodescripts/masuidrive-node-mysql-9a75066/lib/mysql/utils.js:2:36
at EventEmitter._tickCallback (node.js:60:5)
at node.js:164:9
Server is CentOS 5.3 64 bit.