diff options
author | konstantin@mysql.com <> | 2005-07-13 18:01:04 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-07-13 18:01:04 +0400 |
commit | 2dc2ec3ef75f618a2042d10d76c51735e3a2ae7c (patch) | |
tree | 906bda4fec228718bb50dbd46e44238253103277 /mysql-test/t/ps.test | |
parent | 374b9182af1f7a46bb6bde838f981e8ee84e4af9 (diff) | |
download | mariadb-git-2dc2ec3ef75f618a2042d10d76c51735e3a2ae7c.tar.gz |
Cleanup after test for Bug#11458
Diffstat (limited to 'mysql-test/t/ps.test')
-rw-r--r-- | mysql-test/t/ps.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test index 24276acf933..a25d4447c20 100644 --- a/mysql-test/t/ps.test +++ b/mysql-test/t/ps.test @@ -648,4 +648,5 @@ set @user_id = 'nicke'; set @id = '2'; execute stmt using @user_id, @id; execute stmt using @user_id, @id; - +deallocate prepare stmt; +drop table t1, t2, t3, t4; |