From 57fa327069da8c1119601e427bef69336ba8125e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Apr 2005 16:52:41 +0300 Subject: Small fixes done while reviewing pushed code mysql-test/r/innodb-replace.result: Added proper cleanup for test mysql-test/t/innodb-replace.test: Added proper cleanup for test sql/share/english/errmsg.txt: Don't extend the possible length of error message too much for common errors are MySQL 4.0 clients has a limit of 200 characters --- mysql-test/r/innodb-replace.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/innodb-replace.result') diff --git a/mysql-test/r/innodb-replace.result b/mysql-test/r/innodb-replace.result index a27806640ad..b7edcc49e56 100644 --- a/mysql-test/r/innodb-replace.result +++ b/mysql-test/r/innodb-replace.result @@ -1,3 +1,4 @@ +drop table if exists t1; create table t1 (c1 char(5) unique not null, c2 int, stamp timestamp) engine=innodb; select * from t1; c1 c2 stamp -- cgit v1.2.1