mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Database: Fix build with Maria DB on some distros (#24248)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user