chore: pass SinkReplyBuilder and Transaction explicitly. Part6 (#3987)

This commit is contained in:
Roman Gershman 2024-10-24 18:47:18 +03:00 committed by GitHub
parent 16f59d33f9
commit 7035606b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 427 additions and 393 deletions

View file

@ -2967,7 +2967,7 @@ void ServerFamily::Role(CmdArgList args, ConnectionContext* cntx) {
}
void ServerFamily::Script(CmdArgList args, ConnectionContext* cntx) {
script_mgr_->Run(std::move(args), cntx);
script_mgr_->Run(std::move(args), cntx->transaction, cntx->reply_builder());
}
void ServerFamily::LastSave(CmdArgList args, ConnectionContext* cntx) {