1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
msvensson@shellback.(none)
2006-05-18 20:07:35 +02:00
parent d083fbaa76
commit ed349f7c69
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

View File

@@ -3,6 +3,8 @@
# The queries in this file test query execution via QUICK_GROUP_MIN_MAX_SELECT.
#
--source include/have_innodb.inc
#
# TODO:
# Add queries with:

View File

@@ -2,6 +2,8 @@
# test of left outer join
#
--source include/have_innodb.inc
--disable_warnings
drop table if exists t0,t1,t2,t3,t4,t5;
--enable_warnings