diff options
author | Michael Widenius <monty@askmonty.org> | 2009-02-18 16:40:51 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2009-02-18 16:40:51 +0200 |
commit | 8526274c21ce0fd7eedac5275cb210cd2b048dc5 (patch) | |
tree | db1cb3c296f1d5ffd7a6201058361257f70ad1d5 /mysql-test | |
parent | a8fdaa6f2c5b2e302bffb069be3475772ca20f48 (diff) | |
download | mariadb-git-8526274c21ce0fd7eedac5275cb210cd2b048dc5.tar.gz |
LPBug #330611: test maria.maria fails if server built without '--with-partition'
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/maria/t/maria.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/t/maria.test b/mysql-test/suite/maria/t/maria.test index eeb69c3687c..6aeb80cbf39 100644 --- a/mysql-test/suite/maria/t/maria.test +++ b/mysql-test/suite/maria/t/maria.test @@ -4,6 +4,7 @@ # -- source include/have_maria.inc +-- source include/have_partition.inc select * from INFORMATION_SCHEMA.ENGINES where ENGINE="MARIA"; |