diff options
author | unknown <lenz@mysql.com> | 2005-05-09 00:47:47 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-05-09 00:47:47 +0200 |
commit | 6706b9fac95d46abdc7523c3f052d6972248d829 (patch) | |
tree | b085e9e877fa15c8dd7d80bf0750c940dfed7712 /mysql-test/t/range.test | |
parent | 92e350344aced231cc14a9f318f0868acc821d17 (diff) | |
download | mariadb-git-6706b9fac95d46abdc7523c3f052d6972248d829.tar.gz |
- fix the range test to pass when InnoDB is note enabled (e.g. in the "-classic" build)
Diffstat (limited to 'mysql-test/t/range.test')
-rw-r--r-- | mysql-test/t/range.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/range.test b/mysql-test/t/range.test index 3d3d4748fe3..b8412b6624e 100644 --- a/mysql-test/t/range.test +++ b/mysql-test/t/range.test @@ -1,3 +1,5 @@ +-- source include/have_innodb.inc + # # Problem with range optimizer # |