• Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      NODE-1085 Fixed 3.2.0
      PYTHON-1329 Fixed 3.7
      SCALA-326 Works as Designed 2.2.0
      JAVA-2563 Fixed 3.6.0
      CSHARP-2020 Fixed 2.7.0
      CXX-1405 Done 3.2.0
      PHPC-979 Done 1.4.0-beta1, 1.4.0
      RUBY-1225 Fixed 2.5.0
      CDRIVER-2219 Fixed 1.9.0
      PERL-789 Fixed 2.1.0
      GODRIVER-54 Fixed 0.0.9
      MOTOR-168 Fixed 2.0
      CSHARP-2205 Fixed 2.7.0
      SWIFT-177 Works as Designed
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion NODE-1085 Fixed 3.2.0 PYTHON-1329 Fixed 3.7 SCALA-326 Works as Designed 2.2.0 JAVA-2563 Fixed 3.6.0 CSHARP-2020 Fixed 2.7.0 CXX-1405 Done 3.2.0 PHPC-979 Done 1.4.0-beta1, 1.4.0 RUBY-1225 Fixed 2.5.0 CDRIVER-2219 Fixed 1.9.0 PERL-789 Fixed 2.1.0 GODRIVER-54 Fixed 0.0.9 MOTOR-168 Fixed 2.0 CSHARP-2205 Fixed 2.7.0 SWIFT-177 Works as Designed

      https://github.com/mongodb/specifications/blob/master/source/message/OP_MSG.rst

      struct Section {
          uint8 payloadType;
          union payload {
              document  document; // payloadType == 0
              struct sequence { // payloadType == 1
                  int32      size;
                  cstring    identifier;
                  document*  documents;
              };
          };
      };
      
      struct OP_MSG {
          struct MsgHeader {
              int32  messageLength;
              int32  requestID;
              int32  responseTo;
              int32  opCode = 2013;
          };
          uint32      flagBits;
          Section+    sections;
          [uint32     checksum;]
      };
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            rathi.gnanasekaran Rathi Gnanasekaran
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: