summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2018-11-18 17:38:48 +0200
committerElena Stepanova <elenst@montyprogram.com>2018-11-20 01:50:59 +0200
commitae96b47f9ed184cdfe6622f564312209e2cd9251 (patch)
treea2e758ae504862b6b6c6a7f204a7b99f3c085d33 /mysql-test/t
parente669e705a1a7d2bbdd42734cb9fc8349a5f2f118 (diff)
downloadmariadb-git-ae96b47f9ed184cdfe6622f564312209e2cd9251.tar.gz
MDEV-17507 Make MTR tests work for builds without Aria for temporary tables
Skip tests which expectedly fail when Aria is not used for temporary tables
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/information_schema.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
index 417390dcafe..76a187e8c2e 100644
--- a/mysql-test/t/information_schema.test
+++ b/mysql-test/t/information_schema.test
@@ -8,6 +8,10 @@
# on the presence of the log tables (which are CSV-based).
--source include/have_csv.inc
+# Without aria_used_for_temp_tables some I_S tables will be MyISAM,
+# while the test expects them to be Aria
+-- source include/have_aria_used_for_temp_tables.inc
+
-- source include/have_innodb.inc
# Save the initial number of concurrent sessions