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

Deprecated MySQL feature (MYSQL_OPT_RECONNECT) #4624

Closed Zbizu closed 5 months ago

Zbizu commented 7 months ago

Platform: Ubuntu 23.10 lib version: libmysqlclient-dev 8.0.35-0ubuntu0.23.10.1

when starting the server a warning appears twice:

WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version

related line in code: https://github.com/otland/forgottenserver/blob/6097846af4d00f673509660af02d5e1a8e9cd792/src/database.cpp#L32