Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d4595dd9
Unverified
Commit
d4595dd9
authored
Jun 13, 2022
by
XiongDa
Committed by
GitHub
Jun 13, 2022
Browse files
Fix typo in replication.c (#10854)
parent
9f3b4100
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/replication.c
View file @
d4595dd9
...
@@ -3310,7 +3310,7 @@ void replicationDiscardCachedMaster(void) {
...
@@ -3310,7 +3310,7 @@ void replicationDiscardCachedMaster(void) {
* passed as argument as the socket for the new master.
* passed as argument as the socket for the new master.
*
*
* This function is called when successfully setup a partial resynchronization
* This function is called when successfully setup a partial resynchronization
* so the stream of data that we'll receive will start from were this
* so the stream of data that we'll receive will start from w
h
ere this
* master left. */
* master left. */
void
replicationResurrectCachedMaster
(
connection
*
conn
)
{
void
replicationResurrectCachedMaster
(
connection
*
conn
)
{
server
.
master
=
server
.
cached_master
;
server
.
master
=
server
.
cached_master
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment