mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Followup2 (new commands are supported in prepared statements): test files
should've been fixed as well. mysql-test/include/ps_modify.inc: Followup2 (new commands are supported in prepared statements): - no more error is expected here mysql-test/t/ps_1general.test: Followup2 (new commands are supported in prepared statements): - no more error expected here
This commit is contained in:
parent
9a31010f00
commit
cb4b225703
2 changed files with 0 additions and 6 deletions
|
|
@ -59,7 +59,6 @@ execute stmt1 using @arg00;
|
|||
select a,b from t1 where b=@arg00;
|
||||
|
||||
## truncate a table
|
||||
--error 1295
|
||||
prepare stmt1 from 'truncate table t1' ;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue