mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
restore innodb_encrypt_tables validation function
that was apparently lost in20c23048
: commit20c23048c1
Author: Jan Lindström <jan.lindstrom@mariadb.com> Date: Sun May 17 14:14:16 2015 +0300 MDEV-8164: Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing This also reverts8635c4b4
: commit8635c4b4e6
Author: Jan Lindström <jan.lindstrom@mariadb.com> Date: Thu May 21 11:02:03 2015 +0300 Fix test failure.
This commit is contained in:
@ -19,10 +19,13 @@ where variable_name='innodb_encrypt_tables';
|
||||
#
|
||||
# show that it's writable
|
||||
#
|
||||
--error ER_WRONG_VALUE_FOR_VAR
|
||||
set global innodb_encrypt_tables=ON;
|
||||
show warnings;
|
||||
select @@global.innodb_encrypt_tables;
|
||||
set global innodb_encrypt_tables=OFF;
|
||||
select @@global.innodb_encrypt_tables;
|
||||
--error ER_WRONG_VALUE_FOR_VAR
|
||||
set global innodb_encrypt_tables=1;
|
||||
select @@global.innodb_encrypt_tables;
|
||||
--error ER_GLOBAL_VARIABLE
|
||||
|
Reference in New Issue
Block a user