From a4a5bc42a6886d6865d95e2bb84349da53991348 Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Fri, 15 Jul 2005 02:11:07 +0400 Subject: [PATCH] Fix ps.test in --ps-protocol --- mysql-test/t/ps.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test index d08098606a1..beae95d462a 100644 --- a/mysql-test/t/ps.test +++ b/mysql-test/t/ps.test @@ -693,11 +693,13 @@ prepare stmt from "select ?FROM t1"; prepare stmt from "select FROM t1 WHERE?=1"; --error 1064 prepare stmt from "update t1 set a=a+?WHERE 1"; +--disable_ps_protocol --error 1064 select ?; --error 1064 select ??; --error 1064 select ? from t1; +--enable_ps_protocol drop table t1; #