Core/Database: Correction for later MariaDB version

- Removed unused define CR_INVALID_CONN_HANDLE which was removed entirely in more modern MariaDB versions
This commit is contained in:
r00ty-tc
2019-03-26 23:30:03 +00:00
parent 97edfcb367
commit 2a7a1b27d5

View File

@@ -503,7 +503,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)