Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510520 - >=dev-db/percona-server-5.6: Consider adding USE flag for InnoDB memcached support
Summary: >=dev-db/percona-server-5.6: Consider adding USE flag for InnoDB memcached su...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 00:50 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-07-25 01:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2014-05-17 00:50:27 UTC
Hi,

please consider adding a "memcached" USE flag which would enable InnoDB memcached support (WITH_INNODB_MEMCACHED). See http://dev.mysql.com/doc/refman/5.6/en/innodb-memcached.html for further information about that feature.

Thanks.


Reproducible: Always
Comment 1 Brian Evans (RETIRED) gentoo-dev 2014-05-17 02:28:25 UTC
I'm not too thrilled with the implementation.

A custom, embedded memcached daemon with libevent statically linked.

This will be a low priority as our focus is currently getting MySQL/MariaDB 5.5 finally stable.

@mysql: What is the team's opinion?
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2014-08-01 22:00:34 UTC
upstream memcached isn't happy with the implementation here, because they picked up bugs and didn't port in the fixes; so not sure if it's a good idea at all; at least until upstream innodb brings in the memcached updates on a regular basis.