summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorEvgeny Potemkin <epotemkin@mysql.com>2009-12-03 16:21:53 +0300
committerEvgeny Potemkin <epotemkin@mysql.com>2009-12-03 16:21:53 +0300
commit026541c662539657d75fed5e7e59326abd97cec3 (patch)
tree211960f133b45e02c285ecb5337f51d30f0598cf /mysql-test/r
parentd969cbc5783a88406428a94ae4a01036e742178c (diff)
parent8fa282cc68b4f7abac8b327935cb449f7c2e7558 (diff)
downloadmariadb-git-026541c662539657d75fed5e7e59326abd97cec3.tar.gz
Auto-merged.
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/ps.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result
index e7894388494..8a19b9b17e1 100644
--- a/mysql-test/r/ps.result
+++ b/mysql-test/r/ps.result
@@ -1902,6 +1902,7 @@ execute stmt;
a
execute stmt;
a
+deallocate prepare stmt;
drop table t1;
drop view v1;
create table t1(a bigint);
@@ -1912,6 +1913,7 @@ execute stmt;
1
execute stmt;
1
+deallocate prepare stmt;
drop table t1,t2;
#
End of 5.0 tests.