I have some questions about 'Data Consistency' #4347
Answered
by
li-boxuan
LiJie20190102
asked this question in
Q&A
-
What does this line of code mean? I don't quite understand. I haven't tested any consistency check errors `
} |
Beta Was this translation helpful? Give feedback.
Answered by
li-boxuan
Mar 22, 2024
Replies: 1 comment
-
So that no two transactions can modify the name at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
porunov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So that no two transactions can modify the name at the same time.