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

HandlerSocket uses deprecated C++98 auto_ptr

Details

    Description

      In MDEV-13459, all deprecation warnings were disabled for HandlerSocket. It turns out that all of them are about auto_ptr, which in C++11 was deprecated and replaced with std::unique_ptr.

      Starting with MariaDB Server 10.4, we depend on C++11.

      Attachments

        Issue Links

          Activity

            Gosselin Dave Gosselin added a comment -

            Addressing this as part of MDEV-35837 and moving to C++17 in 11.8: https://github.com/MariaDB/server/pull/3758

            Gosselin Dave Gosselin added a comment - Addressing this as part of MDEV-35837 and moving to C++17 in 11.8: https://github.com/MariaDB/server/pull/3758

            People

              marko Marko Mäkelä
              marko Marko Mäkelä
              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.