mariadb/mysql-test/suite/sys_vars
Marko Mäkelä a45866c6db MDEV-12050 Remove unused InnoDB Memcached hooks
Oracle introduced a Memcached plugin interface to the InnoDB
storage engine in MySQL 5.6. That interface is essentially a
fork of Memcached development snapshot 1.6.0-beta1 of an old
development branch 'engine-pu'.

To my knowledge, there have not been any updates to the Memcached code
between MySQL 5.6 and 5.7; only bug fixes and extensions related to
the Oracle modifications.

The Memcached plugin is not part of the MariaDB Server. Therefore it
does not make sense to include the InnoDB interfaces for the Memcached
plugin, or to have any related configuration parameters:

    innodb_api_bk_commit_interval
    innodb_api_disable_rowlock
    innodb_api_enable_binlog
    innodb_api_enable_mdl
    innodb_api_trx_level

Removing this code in one commit makes it possible to easily restore
it, in case it turns out to be needed later.
2017-02-13 11:24:02 +02:00
..
inc bugfix: compile InnoDB w/o P_S 2016-12-12 20:27:23 +01:00
r MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
t MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
disabled.def MDEV-11429 Increase number of max table_open_cache instances 2016-12-02 14:05:16 +02:00