Project

General

Profile

Bug #2513 ยป vdr-epg-daemon-mariadb-fix-build.patch

marco, 07/20/2017 06:25 PM

View differences:

lib/db.c 2017-07-14 16:55:49.289953172 +0200
if (error == CR_SERVER_LOST ||
error == CR_SERVER_GONE_ERROR ||
// for compatibility with newer versions of MariaBD library
#ifdef CR_INVALID_CONN_HANDLE
error == CR_INVALID_CONN_HANDLE ||
#endif
error == CR_COMMANDS_OUT_OF_SYNC ||
error == CR_SERVER_LOST_EXTENDED ||
error == CR_STMT_CLOSED ||
// for compatibility with newer versions of MariaBD library
#ifdef CR_CONN_UNKNOW_PROTOCOL
error == CR_CONN_UNKNOW_PROTOCOL ||
#else
error == CR_CONN_UNKNOWN_PROTOCOL ||
#endif
error == CR_UNSUPPORTED_PARAM_TYPE ||
error == CR_NO_PREPARE_STMT ||
error == CR_SERVER_HANDSHAKE_ERR ||
    (1-1/1)