1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

CONC-776: enable rpl_set_error

This commit is contained in:
Daniel Black
2025-05-27 16:38:23 +10:00
parent bd233f8ac0
commit f431c6eaef

View File

@@ -119,7 +119,6 @@ void rpl_set_error(MARIADB_RPL *rpl,
const char *errmsg;
return;
if (!format)
{
if (error_nr >= CR_MIN_ERROR && error_nr <= CR_MYSQL_LAST_ERROR)