1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2006-05-18 20:07:35 +02:00
parent 20091c5b86
commit a19fdb2b65
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# simple test of all group functions
#
--source include/have_innodb.inc
--disable_warnings
drop table if exists t1,t2;
--enable_warnings