Searched refs:REPL_STATE_SEND_AUTH (Results 1 – 2 of 2) sorted by relevance
1669 server.repl_state = REPL_STATE_SEND_AUTH; in syncWithMaster()1673 if (server.repl_state == REPL_STATE_SEND_AUTH) { in syncWithMaster()
293 #define REPL_STATE_SEND_AUTH 4 /* Send AUTH to master */ macro