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