MDEV-10318 unset params in --ps --embedded

add a test case
This commit is contained in:
Sergei Golubchik 2016-07-12 12:13:31 +02:00
parent 97ded96a33
commit 4e19aa3864
2 changed files with 9 additions and 0 deletions

View File

@ -788,3 +788,5 @@ execute stmt1;
1
drop prepare stmt1;
drop table t1;
select ?+1;
Got one of the listed errors

View File

@ -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;