MXS-1829 Add test that reveals problem

This commit is contained in:
Johan Wikman 2018-04-26 12:44:30 +03:00
parent 510ce38680
commit b2cc9e5107

View File

@ -103,3 +103,6 @@ SELECT id as engine FROM users WHERE id = 1;
# MXS-1787
CALL p1((SELECT f1()), ?);
# MXS-1829
SELECT PREVIOUS VALUE FOR SEQ;