Bug #83752 Typo on MySQL memcached cache_policies
Submitted: 9 Nov 2016 12:27 Modified: 9 Nov 2016 13:34
Reporter: Shinya Sugiyama Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Japanese Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any
Tags: typo

[9 Nov 2016 12:27] Shinya Sugiyama
Description:
cache_policies should be innodb_only,cache-only, caching and disable.

https://dev.mysql.com/doc/refman/5.6/en/innodb-memcached-internals.html
innodb_only: Use InnoDB as the data store.
cache-only: Use the memcached engine as the data store.
caching: Use both InnoDB and the memcached engine as data stores. In this case, if memcached cannot find a key in memory, it searches for the value in an InnoDB table.
disable: Disable caching. 

https://dev.mysql.com/doc/refman/5.6/ja/innodb-memcached-internals.html
innodb_only: InnoDB を memcached のデータストアとして使用します。
cache-only: 従来の memcached エンジンをデータストアとして使用します。
innodb_only: InnoDB と従来の memcached エンジンの両方をデータストアとして使用します。この状況で、memcached がメモリー内からキーを検出できない場合、InnoDB テーブル内から値を検索します。
disable: キャッシュを無効にします。

How to repeat:
Please confirm document.

https://dev.mysql.com/doc/refman/5.6/ja/innodb-memcached-internals.html

Suggested fix:
innodb_only: InnoDB を memcached のデータストアとして使用します。
cache-only: 従来の memcached エンジンをデータストアとして使用します。
caching: InnoDB と従来の memcached エンジンの両方をデータストアとして使用します。この状況で、memcached がメモリー内からキーを検出できない場合、InnoDB テーブル内から値を検索します。
disable: キャッシュを無効にします。
[9 Nov 2016 13:34] MySQL Verification Team
Hello Sugiyama-San,

Thank you for the report.

Thanks,
Umesh