From 23f81ba39ee7cd8a7360f4602b3eb264eb221552 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 13 Dec 2010 14:23:48 +1100 Subject: [PATCH] Revert "server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flag" This reverts commit 17e231abf5ade83d7fa624b5cf54ae876e2795aa. --- server/ctdb_call.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/ctdb_call.c b/server/ctdb_call.c index f3d93a8d..c5f7e7d4 100644 --- a/server/ctdb_call.c +++ b/server/ctdb_call.c @@ -201,10 +201,6 @@ static void ctdb_call_send_dmaster(struct ctdb_db_context *ctdb_db, return; } - if (data->dsize != 0) { - header->flags &= CTDB_REC_FLAG_MIGRATED_WITH_DATA; - } - if (lmaster == ctdb->pnn) { ctdb_send_dmaster_reply(ctdb_db, header, *key, *data, c->hdr.srcnode, c->hdr.reqid); -- 2.34.1