Uploaded image for project: 'MariaDB Connector/node.js'
  1. MariaDB Connector/node.js
  2. CONJS-85

Implement pool events according to mysql/mysql2 API

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • pool
    • 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

          People

            diego dupin Diego Dupin
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.