Commit 4e19aa38 authored by Sergei Golubchik's avatar Sergei Golubchik

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

add a test case
parent 97ded96a
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment