Decode delta page cells in decode tool

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0, 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: Tools
    • None

      Update the Cell class in btree_format to support decoding delta page cells. Leaf page cells have a special format as defined in cell.h

      #define WT_DELTA_LEAF_VALUE_FORMAT WT_UNCHECKED_STRING(uB)
      

      Since we're using the set 'u' type we also have to consider (from the docs):

      The 'u' type is for raw byte arrays: if it appears at the end of a format string (including in the default "u" format for untyped tables), the size is not stored explicitly. When 'u' appears within a format string, the size is stored as a 32-bit integer in the same byte order as the rest of the format string, followed by the data.

            Assignee:
            Sean Watt
            Reporter:
            Sean Watt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: