Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6, 10.11, 11.1(EOL), 11.2, 10.10(EOL), 11.0(EOL)
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
- is caused by
-
MDEV-32050 UNDO logs still growing for write-intensive workloads
- Closed
- relates to
-
MDEV-26476 InnoDB is missing futex support on some platforms
- Closed