Bug #83033 CMake docs say -DMUTEX_TYPE, sources -DMUTEXTYPE
Submitted: 18 Sep 2016 15:41 Modified: 19 Sep 2016 6:30
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: cmake, innodb, mutex

[18 Sep 2016 15:41] Laurynas Biveinis
Description:
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html:

" -DMUTEX_TYPE=type ... "

If we try: cmake ... -DMUTEX_TYPE=sys ... :

CMake Warning:
  Manually-specified variables were not used by the project:

    MUTEX_TYPE

Source code suggests that the CMake option name does not have the underscore: -DMUTEXTYPE

How to repeat:
cmake -DMUTEX_TYPE, cmake -DMUTEXTYPE
[19 Sep 2016 6:30] MySQL Verification Team
Hello Laurynas,

Thank you for the report.

Thanks,
Umesh
[19 Sep 2016 6:30] MySQL Verification Team
--

-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    MUTEX_TYPE

-- Build files have been written to: /export/umesh/server/source/bugs/mysql-8.0.0-dmr
[umshastr@hod03]/export/umesh/server/source/bugs/mysql-8.0.0-dmr:
[24 Mar 2020 1:00] Daniel Black
still incorrect on https://dev.mysql.com/doc/mysql-sourcebuild-excerpt/8.0/en/source-configuration-options.ht... too