summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/r/innodb_scrub_background.result
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2015-05-27 11:00:46 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2015-05-27 11:00:46 +0300
commit58d7e35f592392fc793611379f40f649919d3869 (patch)
tree9562bbba40443d5c622654521d9566c655cf70ec /mysql-test/suite/encryption/r/innodb_scrub_background.result
parent1734bea8b3f6419033fe403b38bb583a9eb0f16a (diff)
downloadmariadb-git-58d7e35f592392fc793611379f40f649919d3869.tar.gz
Fixed innodb_scrub_background test.
Diffstat (limited to 'mysql-test/suite/encryption/r/innodb_scrub_background.result')
-rw-r--r--mysql-test/suite/encryption/r/innodb_scrub_background.result7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/suite/encryption/r/innodb_scrub_background.result b/mysql-test/suite/encryption/r/innodb_scrub_background.result
index cd7416efedd..1ff6c0bda98 100644
--- a/mysql-test/suite/encryption/r/innodb_scrub_background.result
+++ b/mysql-test/suite/encryption/r/innodb_scrub_background.result
@@ -55,13 +55,6 @@ SET GLOBAL innodb_encryption_threads=5;
# Success!
# stop scrubbing threads
SET GLOBAL innodb_encryption_threads=0;
-# verify that this test have caused background scrubbing
-select sum(gs.variable_value - ss.variable_value) > 0 as should_be_1
-from snapshot_status ss,
-information_schema.global_status gs
-where ss.variable_name = gs.variable_name;
-should_be_1
-1
# restart mysqld so that all pages are flushed
# read all rows from table
select * from t1;