mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Update bindings/c/test/mako/mako.c
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
parent
3afe9fb6e0
commit
bd0ec5c69e
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user