summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/not_encrypted.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/not_encrypted.inc')
-rw-r--r--mysql-test/include/not_encrypted.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/not_encrypted.inc b/mysql-test/include/not_encrypted.inc
new file mode 100644
index 00000000..2702fb3d
--- /dev/null
+++ b/mysql-test/include/not_encrypted.inc
@@ -0,0 +1,4 @@
+if (`select @@innodb_encrypt_tables = 1`)
+{
+ skip only without encryption;
+}