-
Who and When writes data to system table 'copy_state'? |
Beta Was this translation helpful? Give feedback.
Answered by
gerayking
Sep 24, 2023
Replies: 1 comment
-
one place where |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
earayu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
one place where
copy_state
is written isvcopier:initTablesForCopy
. it is called byvreplication.controller:runBlp()
->vreplicator:Replicate()