1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/mysql-test/suite/sys_vars/t
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
..
2011-10-19 21:45:18 +02:00
2012-03-09 08:06:59 +01:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2014-12-19 11:35:44 +01:00
2012-10-01 13:15:29 +02:00
2012-10-01 13:15:29 +02:00
2012-09-27 20:09:46 +02:00
2012-09-27 20:09:46 +02:00
2012-10-01 13:15:29 +02:00
2014-01-22 15:29:36 +01:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2011-04-25 17:22:25 +02:00
2014-01-09 22:01:12 +02:00
2016-08-25 21:28:26 -04:00