diff options
author | Vesa Pentti <vesa.pentti@mariadb.net> | 2017-11-24 21:56:13 +0000 |
---|---|---|
committer | Vesa Pentti <vesa.pentti@mariadb.net> | 2017-12-14 09:11:43 +0000 |
commit | 70f8ab9809b1b8301ed08c09d89527397ab07e0e (patch) | |
tree | e6ca32260868b2b37700679476d77328c94c170a /mysql-test/include/innodb_encrypt_log.combinations | |
parent | c60095a818dce92838940525899a13a05633d148 (diff) | |
download | mariadb-git-bb-10.3-mdev12501.tar.gz |
MDEV-12501 -- set --maturity-level by defaultbb-10.3-mdev12501
* Note: breaking change; since this commit, a plugin that has
worked so far might get rejected due to plugin maturity
* mariabackup is not affected (allows all plugins)
* VERSION file defines SERVER_MATURITY, which defines the
corresponding numeric value as SERVER_MATURITY_LEVEL in
include/mysql_version.h
* The default value for 'plugin_maturity' is SERVER_MATURITY_LEVEL - 1
* Logs a warning if a plugin has maturity lower than
SERVER_MATURITY_LEVEL
* Tests suppress the plugin maturity warning
* Tests use --plugin-maturity=unknown by default so as not to fail
due to the stricter plugin maturity handling
Diffstat (limited to 'mysql-test/include/innodb_encrypt_log.combinations')
-rw-r--r-- | mysql-test/include/innodb_encrypt_log.combinations | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/innodb_encrypt_log.combinations b/mysql-test/include/innodb_encrypt_log.combinations index fd21a57c3c2..b908b43ed76 100644 --- a/mysql-test/include/innodb_encrypt_log.combinations +++ b/mysql-test/include/innodb_encrypt_log.combinations @@ -2,6 +2,7 @@ innodb_encrypt_log=ON innodb_encryption_rotate_key_age=1 plugin_load_add=$DEBUG_KEY_MANAGEMENT_SO +plugin-maturity=unknown [clear] skip_innodb_encrypt_log |