Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-26100

Release notes warning does not match reality

Details

    Description

      Hello,
      I have the following observation.

      For MariaDB 10.5.9, there is no warning related to the Connect SE in the release notes.
      For MariaDB 10.5.10 and 10.5.11, there is following warning related to the Connect SE:

      MongoDB protocol support files for the CONNECT engine are missing in this release.
      If you want to use CONNECT engine with MongoDB, you need to download
      Mongo2.jar or Mongo3.jar and put a path to this file into the connect_class_path in the my.cnf.

      I inspected following RPMs:

      wget https://mariadb.mirror.serveriai.lt//mariadb-10.5.11/yum/fedora33-amd64/rpms/MariaDB-connect-engine-10.5.9-1.fc33.x86_64.rpm ; wget https://mariadb.mirror.serveriai.lt//mariadb-10.5.11/yum/fedora33-amd64/rpms/MariaDB-connect-engine-10.5.11-1.fc33.x86_64.rpm ; wget https://mariadb.mirror.serveriai.lt//mariadb-10.5.11/yum/fedora33-amd64/rpms/MariaDB-connect-engine-10.5.10-1.fc33.x86_64.rpm
      

      with

      rpmdev-extract ./*
      

      And got the following results:

      $ tree
      .
      ├── MariaDB-connect-engine-10.5.10-1.fc33.x86_64
      │   ├── etc
      │   │   └── my.cnf.d
      │   │       └── connect.cnf
      │   └── usr
      │       ├── lib
      │       └── lib64
      │           └── mysql
      │               └── plugin
      │                   ├── ha_connect.so
      │                   ├── JavaWrappers.jar
      │                   └── JdbcInterface.jar
      ├── MariaDB-connect-engine-10.5.10-1.fc33.x86_64.rpm
      ├── MariaDB-connect-engine-10.5.11-1.fc33.x86_64
      │   ├── etc
      │   │   └── my.cnf.d
      │   │       └── connect.cnf
      │   └── usr
      │       ├── lib
      │       ├── lib64
      │       │   └── mysql
      │       │       └── plugin
      │       │           └── ha_connect.so
      │       └── share
      │           └── mysql
      │               ├── JavaWrappers.jar
      │               ├── JdbcInterface.jar
      │               ├── Mongo2.jar
      │               └── Mongo3.jar
      ├── MariaDB-connect-engine-10.5.11-1.fc33.x86_64.rpm
      ├── MariaDB-connect-engine-10.5.9-1.fc33.x86_64
      │   ├── etc
      │   │   └── my.cnf.d
      │   │       └── connect.cnf
      │   └── usr
      │       ├── lib
      │       └── lib64
      │           └── mysql
      │               └── plugin
      │                   ├── ha_connect.so
      │                   ├── JavaWrappers.jar
      │                   └── JdbcInterface.jar
      └── MariaDB-connect-engine-10.5.9-1.fc33.x86_64.rpm
       
      26 directories, 17 files
      

      Which shows, that MariaDB 10.5.9, does not contain the "Mongo*jar" files, even though the Release notes doesn't say so;
      And the MariaDB 10.5.11 contains them even though the Release notes says otherwise.

      I did not test any other RPMs or MariaDB versions, other than the three listed.

      This issue does not have any impact on me,
      however it still is something that you might want to fix.

      Attachments

        Activity

          mschorm Michal Schorm created issue -

          Thanks for the report.

          The files weren't expected to be there in 10.5.9.
          They were expected to be in 10.5.10, but were missing, hence the warning in release notes.
          In 10.5.11 the problem was fixed, so the note should indeed be removed.

          elenst Elena Stepanova added a comment - Thanks for the report. The files weren't expected to be there in 10.5.9. They were expected to be in 10.5.10, but were missing, hence the warning in release notes. In 10.5.11 the problem was fixed, so the note should indeed be removed.
          elenst Elena Stepanova made changes -
          Field Original Value New Value
          Component/s Documentation [ 10903 ]
          Fix Version/s N/A [ 14700 ]
          Assignee Daniel Bartholomew [ dbart ]

          I've removed the notice from from the 10.5.11 release notes. Thanks!

          dbart Daniel Bartholomew added a comment - I've removed the notice from from the 10.5.11 release notes. Thanks!
          dbart Daniel Bartholomew made changes -
          issue.field.resolutiondate 2021-07-07 13:13:58.0 2021-07-07 13:13:58.667
          dbart Daniel Bartholomew made changes -
          Resolution Fixed [ 1 ]
          Status Open [ 1 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 123290 ] MariaDB v4 [ 159487 ]

          People

            dbart Daniel Bartholomew
            mschorm Michal Schorm
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.