We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sharksfin::storage_createはTransactionHandleを受け取るようにしようとしているが、単にTransactionHandleを追加しただけではLTXでstorage作成する場合に次のような問題がある。LTXはtransaction_begin時にWPを渡す必要があるが、LTX内でstorageを作成する場合はtransaction_beginの時点ではそのstorageは存在していないので指定することができない。 そのため、LTX内でstorageを作成した場合はそれをLTXのWPに自動的に追加するような仕組みが必要。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sharksfin::storage_createはTransactionHandleを受け取るようにしようとしているが、単にTransactionHandleを追加しただけではLTXでstorage作成する場合に次のような問題がある。LTXはtransaction_begin時にWPを渡す必要があるが、LTX内でstorageを作成する場合はtransaction_beginの時点ではそのstorageは存在していないので指定することができない。
そのため、LTX内でstorageを作成した場合はそれをLTXのWPに自動的に追加するような仕組みが必要。
The text was updated successfully, but these errors were encountered: