diff options
author | unknown <konstantin@mysql.com> | 2004-08-03 03:52:57 -0700 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-08-03 03:52:57 -0700 |
commit | ba44b70d24af1ed08c5b7fb429693f098b7019f0 (patch) | |
tree | 70fe648733eea0277fe347f8ed54ac885a00f6e2 /mysql-test/r/ps_5merge.result | |
parent | 0a1d860ab08f0e48bc67cd57ddc087650689595c (diff) | |
download | mariadb-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.result | 2 |
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 ; |