mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Fix ps.test in --ps-protocol
This commit is contained in:
parent
7646850173
commit
a4a5bc42a6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue