mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 02:18:39 +08:00
Updated ruby binding for transaction options related to logging and also fixed a typo.
This commit is contained in:
parent
416c5578b7
commit
b3bedf7cb3
@ -441,7 +441,7 @@
|
|||||||
|
|
||||||
Sets the maximum escaped length of key and value fields to be logged to the trace file via the LOG_TRANSACTION option, after which the field will be truncated. A negative value disables truncation. One can set the default max field length for all transactions by calling |transaction-logging-max-field-length-database-option|.
|
Sets the maximum escaped length of key and value fields to be logged to the trace file via the LOG_TRANSACTION option, after which the field will be truncated. A negative value disables truncation. One can set the default max field length for all transactions by calling |transaction-logging-max-field-length-database-option|.
|
||||||
|
|
||||||
.. |option-set--debug-transaction-identifier| replace::
|
.. |option-set-debug-transaction-identifier| replace::
|
||||||
|
|
||||||
Sets a client provided identifier for the transaction that will be used in scenarios like tracing or profiling. Client trace logging or transaction profiling must be separately enabled.
|
Sets a client provided identifier for the transaction that will be used in scenarios like tracing or profiling. Client trace logging or transaction profiling must be separately enabled.
|
||||||
|
|
||||||
|
@ -883,7 +883,7 @@ Transaction options
|
|||||||
|
|
||||||
.. method:: Transaction.options.set_debug_transaction_identifier(identifier)
|
.. method:: Transaction.options.set_debug_transaction_identifier(identifier)
|
||||||
|
|
||||||
|option-set--debug-transaction-identifier|
|
|option-set-debug-transaction-identifier|
|
||||||
|
|
||||||
.. method:: Transaction.options.set_log_transaction()
|
.. method:: Transaction.options.set_log_transaction()
|
||||||
|
|
||||||
|
@ -823,6 +823,14 @@ Transaction options
|
|||||||
|
|
||||||
|option-set-transaction-logging-max-field-length-blurb|
|
|option-set-transaction-logging-max-field-length-blurb|
|
||||||
|
|
||||||
|
.. method:: Transaction.options.set_debug_transaction_identifier(identifier) -> nil
|
||||||
|
|
||||||
|
|option-set-debug-transaction-identifier|
|
||||||
|
|
||||||
|
.. method:: Transaction.options.set_log_transaction() -> nil
|
||||||
|
|
||||||
|
|option-set-log-transaction|
|
||||||
|
|
||||||
.. _transact:
|
.. _transact:
|
||||||
|
|
||||||
The transact method
|
The transact method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user