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

This commit is contained in:
Giacomo Pozzoni
2020-03-05 20:16:49 +01:00
committed by GitHub
parent 6bbc9da2c7
commit 0752584856
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;
}