otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.57k stars 1.05k forks source link

Remove `MYSQL_OPT_RECONNECT` deprecation warning #4626

Closed amatria closed 5 months ago

amatria commented 7 months ago

Pull Request Prelude

Changes Proposed

This PR removes the following deprecation warning: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version. This PR fixes a race condition that may occur in Database::beginTransaction() too.

Issues addressed: #4624

Zbizu commented 7 months ago

thoughts on using goto statement in this code?