Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Implement pool events according to mysql/mysql2 API.
see https://github.com/MariaDB/mariadb-connector-nodejs/pull/61
according to mysql/mysql2 documentation :
event | description |
acquire | This event emits a connection is acquired from pool. |
connection | This event is emitted when a new connection is added to the pool. Has a connection object parameter |
enqueue | This event is emitted when a command cannot be satisfied immediately by the pool and is queued. |
release | This event is emitted when a connection is released back into the pool. Has a connection object parameter |
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.resolutiondate | 2019-06-20 15:18:16.0 | 2019-06-20 15:18:16.505 |
Component/s | pool [ 14406 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 97591 ] | MariaDB v4 [ 128507 ] |