Commit 1735748e authored by Cholerae Hu's avatar Cholerae Hu

DBCompressionType: add DBDisableCompression

Signed-off-by: 's avatarCholerae Hu <huyingqian@pingcap.com>
parent 9bcfe9a7
......@@ -83,6 +83,7 @@ pub enum DBCompressionType {
// DBXpress = 6, not support currently.
DBZstd = 7,
DBZstdNotFinal = 0x40,
DBDisableCompression = 0xff,
}
#[repr(C)]
......
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