summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_5merge.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
commitba44b70d24af1ed08c5b7fb429693f098b7019f0 (patch)
tree70fe648733eea0277fe347f8ed54ac885a00f6e2 /mysql-test/r/ps_5merge.result
parent0a1d860ab08f0e48bc67cd57ddc087650689595c (diff)
downloadmariadb-git-ba44b70d24af1ed08c5b7fb429693f098b7019f0.tar.gz
Followup: now we support few more SQL commands in prepared statements.
Diffstat (limited to 'mysql-test/r/ps_5merge.result')
-rw-r--r--mysql-test/r/ps_5merge.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/ps_5merge.result b/mysql-test/r/ps_5merge.result
index 98c0fa06fe8..97069823c26 100644
--- a/mysql-test/r/ps_5merge.result
+++ b/mysql-test/r/ps_5merge.result
@@ -978,7 +978,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 ;
@@ -2171,7 +2170,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 ;