1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix test failure.

This commit is contained in:
Jan Lindström
2015-05-21 11:02:03 +03:00
parent 137ba7d6f9
commit 8635c4b4e6
2 changed files with 2 additions and 11 deletions

View File

@ -19,13 +19,10 @@ 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