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

Undefined reference to concurrency on Solaris

Details

    Description

      The MariaDB 10.11.6 `mysqld` doesn't link on Solaris:
      ```
      Undefined first referenced
      symbol in file
      concurrency ../../sql/libsql.a(mysqld.cc.o)
      ```
      This is from a call in `sql/mysqld.cc` (`mysql_main`):
      ```
      (void) thr_setconcurrency(concurrency); // 10 by default
      ```
      The `concurrency` variable had been ripped out in MDEV-18650 with the deprecation of `thread_concurrency`, but that has been incomplete. It seems that this issue wasn't noticed on other targets since `my_pthread.h` has:
      ```
      #ifndef HAVE_THR_SETCONCURRENCY
      #define thr_setconcurrency(A) pthread_dummy(0)
      #endif
      ```
      while Solaris *does* have `thr_setconcurrency`.

      Given the previous (incomplete) removal, I've just removed this call as well.

      Attachments

        Activity

          rorth Rainer Orth created issue -
          rorth Rainer Orth made changes -
          Field Original Value New Value
          Attachment MDEV-33092-thr_setconcurrency.patch [ 72765 ]
          serg Sergei Golubchik made changes -
          Assignee Sergei Golubchik [ serg ]
          serg Sergei Golubchik made changes -
          Fix Version/s 10.4 [ 22408 ]
          serg Sergei Golubchik made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          serg Sergei Golubchik made changes -
          Status In Progress [ 3 ] In Testing [ 10301 ]
          serg Sergei Golubchik made changes -
          Component/s Compiling [ 11001 ]
          Fix Version/s 10.5.24 [ 29517 ]
          Fix Version/s 10.6.17 [ 29518 ]
          Fix Version/s 10.11.7 [ 29519 ]
          Fix Version/s 11.0.5 [ 29520 ]
          Fix Version/s 11.1.4 [ 29024 ]
          Fix Version/s 11.2.3 [ 29521 ]
          Fix Version/s 10.4 [ 22408 ]
          Resolution Fixed [ 1 ]
          Status In Testing [ 10301 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Component/s Server [ 13907 ]

          People

            serg Sergei Golubchik
            rorth Rainer Orth
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.