diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-12 14:06:05 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-12 14:06:05 -0600 |
commit | e2029449a0c2c64b08a0a0aae07d0b18a1ea5934 (patch) | |
tree | e1219d7ed3682db15755058e41017bf44ac9bc8a /mysql-test/t/check.test | |
parent | a9e6b975fcf37c491870b3bf18493d0351ffc34f (diff) | |
download | mariadb-git-e2029449a0c2c64b08a0a0aae07d0b18a1ea5934.tar.gz |
BitKeeper/triggers/post-commit
fixed post-commit message
mysql-test/t/check.test
fixed bug from 3.23 merge
BitKeeper/triggers/post-commit:
fixed post-commit message
mysql-test/t/check.test:
fixed bug from 3.23 merge
Diffstat (limited to 'mysql-test/t/check.test')
-rw-r--r-- | mysql-test/t/check.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/check.test b/mysql-test/t/check.test index e65a61d86da..6296b31d65d 100644 --- a/mysql-test/t/check.test +++ b/mysql-test/t/check.test @@ -15,4 +15,5 @@ connection con2; insert into t1 values (200000); connection con1; reap; +drop table t1; |