Commit a19fdb2b authored by unknown's avatar unknown

Tests uses innodb, add test to check if innodb is available


mysql-test/t/func_group.test:
  Test uses innodb, add test to check if innodb is available
mysql-test/t/group_min_max.test:
  Test uses innodb, add test to check if innodb is available
mysql-test/t/join_outer.test:
  Test uses innodb, add test to check if innodb is available
parent 20091c5b
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# simple test of all group functions # simple test of all group functions
# #
--source include/have_innodb.inc
--disable_warnings --disable_warnings
drop table if exists t1,t2; drop table if exists t1,t2;
--enable_warnings --enable_warnings
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# The queries in this file test query execution via QUICK_GROUP_MIN_MAX_SELECT. # The queries in this file test query execution via QUICK_GROUP_MIN_MAX_SELECT.
# #
--source include/have_innodb.inc
# #
# TODO: # TODO:
# Add queries with: # Add queries with:
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# test of left outer join # test of left outer join
# #
--source include/have_innodb.inc
--disable_warnings --disable_warnings
drop table if exists t0,t1,t2,t3,t4,t5; drop table if exists t0,t1,t2,t3,t4,t5;
--enable_warnings --enable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment