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/binary.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/binary.test') diff --git a/mysql-test/t/binary.test b/mysql-test/t/binary.test index 7853b013ae6..be9917dc888 100644 --- a/mysql-test/t/binary.test +++ b/mysql-test/t/binary.test @@ -2,6 +2,7 @@ # test sort,min and max on binary fields # +drop table if exists t1,t2; create table t1 (name char(20) not null, primary key (name)); create table t2 (name char(20) binary not null, primary key (name)); insert into t1 values ("å"); -- cgit v1.2.1