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/t/innodb-replace.test | |
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/t/innodb-replace.test')
-rw-r--r-- | mysql-test/t/innodb-replace.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/innodb-replace.test b/mysql-test/t/innodb-replace.test index e7e96da1443..516f058a68e 100644 --- a/mysql-test/t/innodb-replace.test +++ b/mysql-test/t/innodb-replace.test @@ -2,6 +2,10 @@ # embedded server ignores 'delayed', so skip this -- source include/not_embedded.inc +--disable_warnings +drop table if exists t1; +--enable_warnings + # # Bug #1078 # |