mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: some renames + fix a typo in RETURN_ON_BAD_STATUS (#3763)
* chore: some renames + fix a typo in RETURN_ON_BAD_STATUS Renames in transaction.h - no functional changes. Fix a typo in error.h following #3758 --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
9303591010
commit
b7b4cabacc
7 changed files with 22 additions and 19 deletions
|
@ -39,7 +39,7 @@ using facade::kWrongTypeErr;
|
|||
do { \
|
||||
OpStatus __s = (x).status(); \
|
||||
if (__s != OpStatus::OK) { \
|
||||
return (x).status(); \
|
||||
return __s; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue