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)