[branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39823)
Make backend_id's field no the same with master branch. For upgrading, change backend_id's field no is safe, because old fe can torrent with TLoadTxnBeginRequest not setting backend id. backend_id was introduce by #36437
This commit is contained in:
@ -609,7 +609,7 @@ struct TLoadTxnBeginRequest {
|
||||
10: optional i64 timeout
|
||||
11: optional Types.TUniqueId request_id
|
||||
12: optional string token
|
||||
13: optional i64 backend_id
|
||||
15: optional i64 backend_id
|
||||
}
|
||||
|
||||
struct TLoadTxnBeginResult {
|
||||
|
||||
Reference in New Issue
Block a user