Core/Database: Fix build with Maria DB on some distros (#24248)

(cherry picked from commit 0752584856)
This commit is contained in:
Giacomo Pozzoni
2020-03-05 20:16:49 +01:00
committed by Shauren
parent 05100dc90e
commit 1529fe1064
4 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ void MySQL::Library_End()
mysql_library_end();
}
char const* MySQL::GetLibraryVersion()
uint32 MySQL::GetLibraryVersion()
{
return MYSQL_SERVER_VERSION;
return MYSQL_VERSION_ID;
}