Commit 17b5b32f authored by Wayne Davison's avatar Wayne Davison

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

sender what kind of a basis file we've selected.
parent 9b919d59
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment