MXS-1787 Add test that exposes problem

This commit is contained in:
Johan Wikman 2018-04-13 10:56:05 +03:00
parent 3d09c836c5
commit 94af85b948

View File

@ -100,3 +100,6 @@ SELECT '2005-01-01' - INTERVAL 1 SECOND;
# MXS-1730
SELECT id as engine FROM users WHERE id = 1;
# MXS-1787
CALL p1((SELECT f1()), ?);