Skip to content

v2.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 19:25
· 194 commits to main since this release

Reverts rawExecute (MySQL.prepare) to the promise API, rather than callbacks. This was a minor optimisation change that could halve the time it takes to complete a large transaction, but seemingly lead to increased chances of dead locks for some. Several people also reported timeouts as of v2.2.4.

This should be the last update for a while, assuming no more bugs are reported.

Bug Fixes

  • execute: revert to promise api (Linden)

Code Refactoring

  • update: add convar for mysql_versioncheck (Linden)