add a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
authorMichael Adam <obnox@samba.org>
Fri, 10 Dec 2010 12:57:01 +0000 (13:57 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Mar 2011 22:54:36 +0000 (23:54 +0100)
commitee5277136bc8223fc76d16e2abb82a74d818983b
tree2251b998fba1ace01ed7d05e80bfc9145feaec73
parent942604d9c87db6840cbec680ae2b14bfd62119e0
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.
include/ctdb_protocol.h