summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_4heap.result
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-08-03 03:52:57 -0700
committerunknown <konstantin@mysql.com>2004-08-03 03:52:57 -0700
commit9a31010f0049098b7bc4f287d09f66be033d9f6f (patch)
tree70fe648733eea0277fe347f8ed54ac885a00f6e2 /mysql-test/r/ps_4heap.result
parenta5debaea43e5164c55b899fdd7f7b20c3ef99d2d (diff)
downloadmariadb-git-9a31010f0049098b7bc4f287d09f66be033d9f6f.tar.gz
Followup: now we support few more SQL commands in prepared statements.
Diffstat (limited to 'mysql-test/r/ps_4heap.result')
-rw-r--r--mysql-test/r/ps_4heap.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/ps_4heap.result b/mysql-test/r/ps_4heap.result
index 0560175cbf7..5643ec637fc 100644
--- a/mysql-test/r/ps_4heap.result
+++ b/mysql-test/r/ps_4heap.result
@@ -936,7 +936,6 @@ execute stmt1 using @arg00;
select a,b from t1 where b=@arg00;
a b
prepare stmt1 from 'truncate table t1' ;
-ERROR HY000: This command is not supported in the prepared statement protocol yet
test_sequence
------ update tests ------
delete from t1 ;