mysql/mysql-js

Closing adapter mysql DBConnectionPool doesn't close all mysql connections

Closed this issue · 1 comments

Closing adapter mysql DBConnectionPool doesn't close all mysql connections

When using connection pooling, the underlying connection pool must be ended in order for all connections used by the pool to be closed.

commit 57dc7ec
Author: Craig L Russell craig.russell@oracle.com
Date: Mon Sep 28 14:25:10 2015 -0700

Fix bug#26 Closing adapter mysql DBConnectionPool doesn't close all mysql connections

MySQLConnectionPool.js
  add connectionPool.pool.end to close function