Unverified Commit e50d6e77 authored by Yang Zhang's avatar Yang Zhang Committed by GitHub

update get_write_global_seqno signature (#633)

making get_write_global_seqno immutable method.
Signed-off-by: 's avatarv01dstar <yang.zhang@pingcap.com>
parent c329b8e7
......@@ -2082,7 +2082,7 @@ impl IngestExternalFileOptions {
}
}
pub fn get_write_global_seqno(&mut self) -> bool {
pub fn get_write_global_seqno(&self) -> bool {
unsafe {
crocksdb_ffi::crocksdb_ingestexternalfileoptions_get_write_global_seqno(self.inner)
}
......
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