summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_group.test
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-08-30 21:32:59 +0300
committerbell@sanja.is.com.ua <>2002-08-30 21:32:59 +0300
commit463c59e1e917b1363390def20b8f0ea3bb173cbb (patch)
tree3b15ca06d9e0a993eaa6b6b1faf4c1885b18a2a2 /mysql-test/t/func_group.test
parent76aff6352f8f8d1ce9c0cb9ad7ebb1104dea8412 (diff)
downloadmariadb-git-463c59e1e917b1363390def20b8f0ea3bb173cbb.tar.gz
fixed tests to be independed from environment
Diffstat (limited to 'mysql-test/t/func_group.test')
-rw-r--r--mysql-test/t/func_group.test1
1 files changed, 1 insertions, 0 deletions
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");