Commit 47d1679a authored by Sergei Golubchik's avatar Sergei Golubchik

fix encryption.tempfiles to check that encrypt_tmp_files is ON

parent 06d77eb4
select @@encrypt_tmp_files;
@@encrypt_tmp_files
1
CREATE TABLE t1(a INT);
INSERT INTO t1 VALUES(1),(2);
DELETE FROM t1 WHERE a=1;
......
......@@ -11,6 +11,8 @@ source include/have_binlog_format_row.inc;
# engine. But there's no need to run it twice for InnoDB and XtraDB.
source include/have_xtradb.inc;
select @@encrypt_tmp_files;
#
# MyISAM messing around with IO_CACHE::file
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment