Revert "server: when we migrate off a record with data, set the MIGRATED_WITH_DATA...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 13 Dec 2010 03:23:48 +0000 (14:23 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 13 Dec 2010 03:23:48 +0000 (14:23 +1100)
This reverts commit 17e231abf5ade83d7fa624b5cf54ae876e2795aa.

server/ctdb_call.c

index f3d93a8d972001abbd272db114972c3125304c7c..c5f7e7d43041bb88d810009e2b1dbe0953208de9 100644 (file)
@@ -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);