Update bindings/c/test/mako/mako.c

Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
Josh Slocum 2021-12-10 11:19:10 -06:00
parent 3afe9fb6e0
commit bd0ec5c69e

View File

@ -101,7 +101,7 @@ FILE* debugme; /* descriptor used for debug messages */
/* unretryable error */ \
fprintf(stderr, "ERROR: fdb_transaction_on_error returned %d at %s:%d\n", err2, __FILE__, __LINE__); \
fdb_transaction_reset(_t); \
/* TODO: if we adda retry limit in the future, \
/* TODO: if we add a retry limit in the future, \
* handle the conflict stats properly. \
*/ \
return FDB_ERROR_ABORT; \