summaryrefslogtreecommitdiff
path: root/mysql-test/t/system_mysql_db.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/system_mysql_db.test')
-rw-r--r--mysql-test/t/system_mysql_db.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/system_mysql_db.test b/mysql-test/t/system_mysql_db.test
index 27c17da2731..e3d58ab7139 100644
--- a/mysql-test/t/system_mysql_db.test
+++ b/mysql-test/t/system_mysql_db.test
@@ -2,6 +2,10 @@
# This test must examine integrity of system database "mysql"
#
+# check that CSV engine was compiled in, as the result of the test
+# depends on the presence of the log tables (which are CSV-based).
+--source include/have_csv.inc
+
# First delete some tables maybe left over from previous tests
--disable_warnings
drop table if exists t1,t1aa,t2aa;