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

CMAKE_BUILD_TYPE=Debug build failure with SUX_LOCK_GENERIC

    XMLWordPrintable

Details

    Description

      Attempt to build server on MacOS fails with error like the following ones:

      server-10.6/storage/innobase/trx/trx0purge.cc:855:21: error: no member named 'is_write_locked' in 'srw_lock_impl<true>'
        ut_ad(rseg->latch.is_write_locked());
              ~~~~~~~~~~~ ^
      server-10.6/storage/innobase/include/ut0dbg.h:62:15: note: expanded from macro 'ut_ad'
      #define ut_ad   DBUG_SLOW_ASSERT
       
      server-10.6/storage/innobase/trx/trx0purge.cc:971:21: error: no member named 'is_write_locked' in 'srw_lock_impl<true>'
        ut_ad(rseg->latch.is_write_locked());
              ~~~~~~~~~~~ ^
      server-10.6/storage/innobase/include/ut0dbg.h:62:15: note: expanded from macro 'ut_ad'
      #define ut_ad   DBUG_SLOW_ASSERT
      

      Attachments

        Issue Links

          Activity

            People

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