Core/Database: Correction for later MariaDB version

- Removed unused define CR_INVALID_CONN_HANDLE which was removed entirely in more modern MariaDB versions

(cherry picked from commit 2a7a1b27d5)
This commit is contained in:
r00ty-tc
2019-03-26 23:30:03 +00:00
committed by Aokromes
parent 4d0910d9c2
commit 75efb5d431

View File

@@ -512,7 +512,6 @@ bool MySQLConnection::_HandleMySQLErrno(uint32 errNo, uint8 attempts /*= 5*/)
{
case CR_SERVER_GONE_ERROR:
case CR_SERVER_LOST:
case CR_INVALID_CONN_HANDLE:
case CR_SERVER_LOST_EXTENDED:
{
if (m_Mysql)