diff options
author | unknown <monty@mysql.com> | 2005-04-06 16:52:41 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-04-06 16:52:41 +0300 |
commit | 57fa327069da8c1119601e427bef69336ba8125e (patch) | |
tree | 6e93f4f1c61c87f2f0cfdd67a82158359da4dae7 /mysql-test/r/innodb-replace.result | |
parent | c8c6c91811209aa1fef6a9f7110a3582beae713f (diff) | |
download | mariadb-git-57fa327069da8c1119601e427bef69336ba8125e.tar.gz |
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
Diffstat (limited to 'mysql-test/r/innodb-replace.result')
-rw-r--r-- | mysql-test/r/innodb-replace.result | 1 |
1 files changed, 1 insertions, 0 deletions
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 |