List:Commits« Previous MessageNext Message »
From:msvensson Date:May 18 2006 6:07pm
Subject:bk commit into 5.1 tree (msvensson:1.2165)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2165 06/05/18 20:07:35 msvensson@shellback.(none) +3 -0
  Tests uses innodb, add test to check if innodb is available

  mysql-test/t/join_outer.test
    1.37 06/05/18 20:07:27 msvensson@shellback.(none) +2 -0
    Test uses innodb, add test to check if innodb is available

  mysql-test/t/group_min_max.test
    1.22 06/05/18 20:07:27 msvensson@shellback.(none) +2 -0
    Test uses innodb, add test to check if innodb is available

  mysql-test/t/func_group.test
    1.46 06/05/18 20:07:27 msvensson@shellback.(none) +2 -0
    Test uses innodb, add test to check if innodb is available

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint

--- 1.45/mysql-test/t/func_group.test	2005-11-16 15:16:53 +01:00
+++ 1.46/mysql-test/t/func_group.test	2006-05-18 20:07:27 +02:00
@@ -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

--- 1.36/mysql-test/t/join_outer.test	2006-05-13 20:55:59 +02:00
+++ 1.37/mysql-test/t/join_outer.test	2006-05-18 20:07:27 +02:00
@@ -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

--- 1.21/mysql-test/t/group_min_max.test	2006-05-09 17:12:55 +02:00
+++ 1.22/mysql-test/t/group_min_max.test	2006-05-18 20:07:27 +02:00
@@ -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:
Thread
bk commit into 5.1 tree (msvensson:1.2165)msvensson18 May