提交 0132a392 编写于 作者: C Carlos Antonio da Silva

Revert "delete unused method"

This reverts commit a38732c8.

Since the mutation logic was reverted in
07278519, we must bring the reader
method back as well, since the implementation relies on it.
上级 90387e3e
......@@ -232,6 +232,10 @@ def add_transaction_record(record)
current_transaction.add_record(record)
end
def transaction_state
current_transaction.state
end
# Begins the transaction (and turns off auto-committing).
def begin_db_transaction() end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册