server: in the VACUUM_FETCH handler, add the VACUUM_MIGRAION to the call flags
authorMichael Adam <obnox@samba.org>
Fri, 10 Dec 2010 12:59:37 +0000 (13:59 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Mar 2011 22:54:58 +0000 (23:54 +0100)
commit76e88354b2e39a376bef5f79cfbd4733a83ce40e
tree1662bdad6e0295f57aace2da1b766f86a11aeea5
parentee5277136bc8223fc76d16e2abb82a74d818983b
server: in the VACUUM_FETCH handler, add the VACUUM_MIGRAION to the call flags

This way, the records coming in via this handler, can be treated appropriately.
Namely, they can be deleted instead of being stored when the meet the fast-path
vacuuming criteria (empty, never migrated with data...)
server/ctdb_recoverd.c