Browse Source

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

add a test case
pull/833/head
Sergei Golubchik 9 years ago
parent
commit
4e19aa3864
  1. 2
      mysql-test/r/ps_1general.result
  2. 7
      mysql-test/t/ps_1general.test

2
mysql-test/r/ps_1general.result

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

7
mysql-test/t/ps_1general.test

@ -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…
Cancel
Save