From 463c59e1e917b1363390def20b8f0ea3bb173cbb Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Fri, 30 Aug 2002 21:32:59 +0300 Subject: fixed tests to be independed from environment --- mysql-test/t/func_group.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/func_group.test') diff --git a/mysql-test/t/func_group.test b/mysql-test/t/func_group.test index b97afc06340..57e9ae24e08 100644 --- a/mysql-test/t/func_group.test +++ b/mysql-test/t/func_group.test @@ -2,6 +2,7 @@ # simple test of all group functions # +drop table if exists t1,t2; create table t1 (grp int, a bigint unsigned, c char(10) not null); insert into t1 values (1,1,"a"); insert into t1 values (2,2,"b"); -- cgit v1.2.1