Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
N/A
-
None
Description
Building MariaDB server fails on compiling of the file storage/innobase/trx/trx0purge.cc
[ 65%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0purge.cc.o
|
[ 66%] Linking CXX static library libperfschema.a
|
server-10.8/storage/innobase/trx/trx0purge.cc:122:33: error: too few arguments to function call, expected 2, have 0
|
purge_sys.rseg->latch.rd_lock();
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
|
server-10.8/storage/innobase/include/srw_lock.h:480:8: note: 'rd_lock' declared here
|
void rd_lock(const char *file, unsigned line)
|
^
|
server-10.8/storage/innobase/trx/trx0purge.cc:639:26: error: too few arguments to function call, expected 2, have 0
|
rseg.latch.rd_lock();
|
~~~~~~~~~~~~~~~~~~ ^
|
server-10.8/storage/innobase/include/srw_lock.h:480:8: note: 'rd_lock' declared here
|
void rd_lock(const char *file, unsigned line)
|
^
|
Attachments
Issue Links
- is caused by
-
MDEV-27935 Enable performance_schema profiling for trx_rseg_t latch
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.7.4 [ 27504 ] |
Affects Version/s | 10.9.0 [ 27113 ] | |
Affects Version/s | 10.8.3 [ 27502 ] | |
Affects Version/s | 10.7.4 [ 27504 ] |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Fix Version/s | 10.9 [ 26905 ] |
Fix Version/s | 10.6 [ 24028 ] |
Link |
This issue is caused by |
Affects Version/s | N/A [ 14700 ] |
issue.field.resolutiondate | 2022-03-14 09:19:19.0 | 2022-03-14 09:19:19.635 |
Fix Version/s | 10.9.0 [ 27113 ] | |
Fix Version/s | 10.6.8 [ 27506 ] | |
Fix Version/s | 10.7.4 [ 27504 ] | |
Fix Version/s | 10.8.3 [ 27502 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
This only affected systems where a futex-like interface is not available (SUX_LOCK_GENERIC).