For --inplace over protocol-version 29 or greater, tell the

sender what kind of a basis file we've selected.
This commit is contained in:
Wayne Davison
2005-01-17 23:11:05 +00:00
parent 9b919d590a
commit 17b5b32f75

View File

@@ -596,6 +596,8 @@ prepare_to_open:
notify_others:
write_int(f_out, i);
if (protocol_version >= 29 && inplace && !read_batch)
write_byte(f_out, fnamecmp_type);
if (f_out_name >= 0)
write_byte(f_out_name, fnamecmp_type);