-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
3
-
2023-03-21 Ellen Ripley
In the operations tracing in test/format some operations such as row_update print out the full key into the trace_op call for operations tracing. That makes it easy to see the mirror keys (or non-mirrored key) in the output.
But some operations, such as row_remove only print the key number (tinfo->keyno), not the actual generated key tinfo->key.
This ticket should update operations tracing messages for all operations to print out the actual key. If one looks for calls to key_gen and then adds or modifies any trace_op calls after that to show the actual key.
I noticed this on remove operations, but there may be additional operation. An example that does print out the real key is row_update.