Searched refs:CLIENT_PRE_PSYNC (Results 1 – 2 of 2) sorted by relevance
432 if (!(slave->flags & CLIENT_PRE_PSYNC)) { in replicationSetupSlaveForFullResync()678 c->flags |= CLIENT_PRE_PSYNC; in syncCommand()1090 server.master->flags |= CLIENT_PRE_PSYNC; in replicationCreateMasterClient()2582 !(server.master->flags & CLIENT_PRE_PSYNC)) in replicationCron()2654 if (slave->flags & CLIENT_PRE_PSYNC) continue; in replicationCron()
246 #define CLIENT_PRE_PSYNC (1<<16) /* Instance don't understand PSYNC. */ macro