Add 'm' field config.transactions entries idl

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Storage Execution 2026-04-27
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      {
        "_id": ...,
        "txnNum": ...,
        ...,
        "state": "prepared",
        "affectedNamespaces": [
          "mydb.orders",
          "mydb.inventory"
          ...
        ],
        // New Field
        "m": [
          {"uuid": uuid1, "sz": <int64>, "ct": <int64>},
          {"uuid": uuid2, "sz": <int64>, "ct": <int64>},
          ...
        ]
      }
      

            Assignee:
            Haley Connelly
            Reporter:
            Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: