There was an error while loading. Please reload this page.
1 parent 97ded96 commit 4e19aa3Copy full SHA for 4e19aa3
mysql-test/r/ps_1general.result
@@ -788,3 +788,5 @@ execute stmt1;
788
1
789
drop prepare stmt1;
790
drop table t1;
791
+select ?+1;
792
+Got one of the listed errors
mysql-test/t/ps_1general.test
@@ -936,3 +936,10 @@ drop table t1;
936
# Matthias
937
938
# End of 4.1 tests
939
+
940
+#
941
+# MDEV-10318 unset params in --ps --embedded
942
943
+--error ER_PARSE_ERROR,2031
944
945
0 commit comments