Merge branch '2.2' into develop

This commit is contained in:
Johan Wikman
2018-05-18 13:40:27 +03:00
7 changed files with 29 additions and 11 deletions

View File

@ -106,3 +106,6 @@ CALL p1((SELECT f1()), ?);
# MXS-1829
SELECT PREVIOUS VALUE FOR SEQ;
# MXS-1874
SET STATEMENT max_statement_time=30 FOR SELECT seq FROM seq_0_to_100000;