add a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
commitf7eeb42219d06788485907052180a462de4699d7
authorMichael Adam <obnox@samba.org>
Fri, 10 Dec 2010 12:57:01 +0000 (10 13:57 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 14 Mar 2011 12:35:44 +0000 (14 13:35 +0100)
tree70a63fe8495f97f09ead3f57f503544270b2fedf
parentf3fbd31d850f54d97d78baa5dbfa76a4c2a614b6
add a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.

This is to be used internally. The purpose is to flag a record
as been migrated by a VACUUM_MIGRATION, which is triggered by
a VACUUM_FETCH message as part of the vacuuming. The local store
routine will base its decision whether to delete or to store
the record (among other things) upon the value of this flag.

This flag should never be stored in the local database copies.

(This used to be ctdb commit dd2449c422f323f9b5485e45107a9cc5acc09e08)
ctdb/include/ctdb_protocol.h