diff options
Diffstat (limited to 'yt/cpp/mapreduce/interface/client.h')
| -rw-r--r-- | yt/cpp/mapreduce/interface/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/client.h b/yt/cpp/mapreduce/interface/client.h index 2c0dae7eabd..208ed095d6e 100644 --- a/yt/cpp/mapreduce/interface/client.h +++ b/yt/cpp/mapreduce/interface/client.h @@ -249,7 +249,7 @@ public: /// All changes that are made by transactions become visible globally or to parent transaction. /// /// @see [YT doc](https://ytsaurus.tech/docs/en/api/commands.html#commit_tx) - virtual void Commit() = 0; + virtual void Commit(const TCommitTransactionOptions& options = {}) = 0; /// /// @brief Abort transaction. |
