add local_infile capabilities flag
This commit is contained in:
parent
6ed7e537a0
commit
7170326648
6
deps/oblib/src/rpc/obmysql/ob_mysql_packet.h
vendored
6
deps/oblib/src/rpc/obmysql/ob_mysql_packet.h
vendored
@ -194,7 +194,11 @@ union ObProxyCapabilityFlags
|
||||
uint64_t OB_CAP_PROXY_FULL_LINK_TRACING_EXT: 1;
|
||||
// duplicate session_info sync of transaction type
|
||||
uint64_t OB_CAP_SERVER_DUP_SESS_INFO_SYNC: 1;
|
||||
uint64_t OB_CAP_RESERVED_NOT_USE: 44;
|
||||
|
||||
uint64_t OB_CAP_LOCAL_FILES: 1;
|
||||
uint64_t OB_CAP_PROXY_CLIENT_SESSION_ID: 1;
|
||||
uint64_t OB_CAP_OB_PROTOCOL_V2_COMPRESS: 1;
|
||||
uint64_t OB_CAP_RESERVED_NOT_USE: 41;
|
||||
} cap_flags_;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user