MDEV-10318 unset params in --ps --embedded
add a test case
This commit is contained in:
parent
97ded96a33
commit
4e19aa3864
@ -788,3 +788,5 @@ execute stmt1;
|
||||
1
|
||||
drop prepare stmt1;
|
||||
drop table t1;
|
||||
select ?+1;
|
||||
Got one of the listed errors
|
||||
|
@ -936,3 +936,10 @@ drop table t1;
|
||||
# Matthias
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
#
|
||||
# MDEV-10318 unset params in --ps --embedded
|
||||
#
|
||||
--error ER_PARSE_ERROR,2031
|
||||
select ?+1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user