Bug #69370 | Misleading InnoDB Memcached Plugin installation instructions | ||
---|---|---|---|
Submitted: | 31 May 2013 23:40 | Modified: | 10 Jun 2013 18:53 |
Reporter: | Alex Gut | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S2 (Serious) |
Version: | 5.6.11 | OS: | Any |
Assigned to: | Bugs System | CPU Architecture: | Any |
[31 May 2013 23:40]
Alex Gut
[1 Jun 2013 0:02]
MySQL Verification Team
Thank you for the bug report.
[3 Jun 2013 20:11]
Alex Gut
I forgot to mention previously, there is a block in the source package mysql-5.6.11/CMakeLists.txt file defining the default InnoDB Memcached Plugin building options, lines 134-140 to be exact: IF(UNIX) OPTION(WITH_INNODB_MEMCACHED "" OFF) OPTION(ENABLE_MEMCACHED_SASL "Enable SASL on InnoDB Memcached" OFF) OPTION(ENABLE_MEMCACHED_SASL_PWDB "Enable SASL on InnoDB Memcached" OFF) ELSE() OPTION(WITH_INNODB_MEMCACHED "" OFF) ENDIF() As one can see, InnoDB Memcached Plugin option is disabled by default, hence the -DWITH_INNODB_MEMCACHED=ON is required to be defined explicitly during the building process for the plugin to be built.
[10 Jun 2013 18:53]
Bugs System
The referenced documentation page for InnoDB memcached setup has been updated to include instructions for setting "-DWITH_INNODB_MEMCACHED" to "ON" when building from source. This page has been updated for both the MySQL 5.6 and 5.7 reference manual. Thank you for the bug report.