mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-10318 unset params in --ps --embedded
add a test case
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user