Skip to content

Commit 605f87b

Browse files
committed
Remove CLIENT_INTERACTIVE flags from config
This is very likely the cause of #225. I was not able to re-produce it on my machine, but reading through this makes me think it is the right thing to do: http://dev.mysql.com/doc/refman//5.5/en/mysql-real-connect.html
1 parent 360748d commit 605f87b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function Config(options) {
2929
ClientConstants.CLIENT_LOCAL_FILES |
3030
ClientConstants.CLIENT_IGNORE_SPACE |
3131
ClientConstants.CLIENT_PROTOCOL_41 |
32-
ClientConstants.CLIENT_INTERACTIVE |
3332
ClientConstants.CLIENT_IGNORE_SIGPIPE |
3433
ClientConstants.CLIENT_TRANSACTIONS |
3534
ClientConstants.CLIENT_RESERVED |

0 commit comments

Comments
 (0)